Html Css Color HEX #F21999 Deep Pink

📋 copy color: '#F21999'

red 242 ◦ green 25 ◦ blue 153

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

Shades of Deep Pink #F21999

Tints of Deep Pink #F21999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.43%

R = 57.62%
G = 5.95%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F21999 (or 0xF21999) is known color: Deep Pink. HEX triplet: F2, 19 and 99. RGB value is (242,25,153). Sum of RGB (Red+Green+Blue) = 242+25+153=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F21999 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21999 is #0DE666. Grayscale: #686868. Windows color (decimal): -910951 or 10033650. OLE color: 10033650.

HSL color Cylindrical-coordinate representation of color #F21999: hue angle of 324.61º 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 #F21999 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 25 153 -
CMYK 0 0.90 0.37 0.05
HSL 324.61º 0.89% 0.52% -
HSV(B) 324.61º 0.9% 0.95% -
XYZ 42.72 21.87 32.11 -
YUV 104.48 155.39 226.09 -
System Red Green Blue C M Y K H S L
Decimal 242 25 153 0 0.90 0.37 0.05 324.61 0.89 0.52
Hex F2 19 99 0 5A 25 5 145 59 34
Octal 362 31 231 0 132 45 5 505 131 64
Binary 11110010 11001 10011001 0 1011010 100101 101 101000101 1011001 110100

Color Harmonies of #F21999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21999

Black with #F21999

Text Example


Text Example

White with #F21999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21999; }

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

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

background-color css

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

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

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

border-color css

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

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

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