color codes Logo

#f946da color codes

#F946DA
(249,70,218)
0 Favorites   0 Comments

Color spaces of #f946da

RGB 24970218
HSL0.860.940.63
HSV310°72°98°
CMYK 0.000.720.12   0.02
XYZ53.912029.582069.1981
Yxy29.58200.35310.1937
Hunter Lab54.389381.7521-37.3605
CIE-Lab61.291980.7361-38.6905

#f946da color RGB value is (249,70,218).

#f946da hex color red value is 249, green value is 70 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f946da hue: 0.86 , saturation: 0.94 and the lightness value of f946da is 0.63.

The process color (four color CMYK) of #f946da color code is 0.00, 0.72, 0.12, 0.02. Web safe color of #f946da is #ff33cc. Color #f946da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000110 11011010
Octal 371 106 332
Decimal 249 70 218
Hex F9 46 DA

RGB Percentages of Color #f946da

%46.37
%13.04
%40.60

CMYK Percentages of Color #f946da

%0
%72
%12
%2

Triadic Colors of #f946da

#f946da #daf946 #46daf9

Analogous Colors of #f946da

#f946da #f94681 #bf46f9

Monochromatic Colors of #f946da

#f946da

Complementary Color

#f946da #46f965

#f946da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f946da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f946da Color CSS Codes

.mybgcolor {background-color:#f946da; } 
.myforecolor {color:#f946da; }
.mybordercolor {border:3px solid #f946da; }

#f946da Text Font Color

<p style="color:#f946da">Text here</p>

This sample text font color is #f946da
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f946da Background Color

<div style="background-color:#f946da">
Div content here</div>

This div background color is #f946da


#f946da Border Color

<div style="border:3px solid #f946da">
Div here</div>

This div border color is #f946da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,70,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f946da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f946da;
  -webkit-box-shadow: 1px 1px 3px 2px #f946da;
  box-shadow:         1px 1px 3px 2px #f946da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,70,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f946da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f946da;
  -webkit-box-shadow: 1px 1px 3px 2px #f946da;
  box-shadow:         1px 1px 3px 2px #f946da;">
Div content here</div>

This div box has shadow with color #f946da


Comments

No comments written yet.

Please login to write comment.