Html Css Color HEX #F21991 Deep Pink

📋 copy color: '#F21991'

red 242 ◦ green 25 ◦ blue 145

#F21991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #F21991

Tints of Deep Pink #F21991

RGB

 RED value IS 242 (94.92% from 255) = 58.74%

 GREEN value IS 25 (10.16% from 255) = 6.07%

 BLUE value IS 145 (57.03% from 255) = 35.19%

R = 58.74%
G = 6.07%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F21991 (or 0xF21991) is known color: Deep Pink. HEX triplet: F2, 19 and 91. RGB value is (242,25,145). Sum of RGB (Red+Green+Blue) = 242+25+145=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F21991 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21991 is #0DE66E. Grayscale: #676767. Windows color (decimal): -910959 or 9509362. OLE color: 9509362.

HSL color Cylindrical-coordinate representation of color #F21991: hue angle of 326.82º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21991 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 25 145 -
CMYK 0 0.90 0.40 0.05
HSL 326.82º 0.89% 0.52% -
HSV(B) 326.82º 0.9% 0.95% -
XYZ 42.08 21.62 28.74 -
YUV 103.56 151.39 226.74 -
System Red Green Blue C M Y K H S L
Decimal 242 25 145 0 0.90 0.40 0.05 326.82 0.89 0.52
Hex F2 19 91 0 5A 28 5 147 59 34
Octal 362 31 221 0 132 50 5 507 131 64
Binary 11110010 11001 10010001 0 1011010 101000 101 101000111 1011001 110100

Color Harmonies of #F21991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21991

Black with #F21991

Text Example


Text Example

White with #F21991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21991; }

 p { color: rgb(242,25,145); }

 H1.HeaderClassName
 {
   color: #F21991;
 }
 .AnyTagClassName
 {
   color: #F21991;
 }
</style>

background-color css

<style>
 a { background-color: #F21991; }

 a { background-color: rgb(242,25,145); }

 div.DivClassName
 {
   background-color: #F21991;
 }
 .BgClassName
 {
   background-color: #F21991;
 }
</style>

border-color css

<style>
 span { border-color: #F21991; }

 span { border-color: rgb(242,25,145); }

 td.TdClassName
 {
   border-color: #F21991;
 }
 .TagClassName
 {
   border-color: #F21991;
 }
</style>