Html Css Color HEX #F21879 Deep Pink

📋 copy color: '#F21879'

red 242 ◦ green 24 ◦ blue 121

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

Shades of Deep Pink #F21879

Tints of Deep Pink #F21879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.2%

 BLUE value IS 121 (47.66% from 255) = 31.27%

R = 62.53%
G = 6.2%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F21879 (or 0xF21879) is known color: Deep Pink. HEX triplet: F2, 18 and 79. RGB value is (242,24,121). Sum of RGB (Red+Green+Blue) = 242+24+121=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F21879 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21879 is #0DE786. Grayscale: #646464. Windows color (decimal): -911239 or 7936242. OLE color: 7936242.

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

Color convert

RGB 242 24 121 -
CMYK 0 0.90 0.50 0.05
HSL 333.3º 0.89% 0.52% -
HSV(B) 333.3º 0.9% 0.95% -
XYZ 40.4 20.91 20 -
YUV 100.24 139.72 229.11 -
System Red Green Blue C M Y K H S L
Decimal 242 24 121 0 0.90 0.50 0.05 333.3 0.89 0.52
Hex F2 18 79 0 5A 32 5 14D 59 34
Octal 362 30 171 0 132 62 5 515 131 64
Binary 11110010 11000 1111001 0 1011010 110010 101 101001101 1011001 110100

Color Harmonies of #F21879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21879

Black with #F21879

Text Example


Text Example

White with #F21879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21879; }

 p { color: rgb(242,24,121); }

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

background-color css

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

 a { background-color: rgb(242,24,121); }

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

border-color css

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

 span { border-color: rgb(242,24,121); }

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