Html Css Color HEX #F21679 Deep Pink

📋 copy color: '#F21679'

red 242 ◦ green 22 ◦ blue 121

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

Shades of Deep Pink #F21679

Tints of Deep Pink #F21679

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.71%

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

R = 62.86%
G = 5.71%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F21679 (or 0xF21679) is known color: Deep Pink. HEX triplet: F2, 16 and 79. RGB value is (242,22,121). Sum of RGB (Red+Green+Blue) = 242+22+121=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F21679 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21679 is #0DE986. Grayscale: #626262. Windows color (decimal): -911751 or 7935730. OLE color: 7935730.

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

Color convert

RGB 242 22 121 -
CMYK 0 0.91 0.50 0.05
HSL 333º 0.89% 0.52% -
HSV(B) 333º 0.91% 0.95% -
XYZ 40.36 20.83 19.98 -
YUV 99.07 140.39 229.95 -
System Red Green Blue C M Y K H S L
Decimal 242 22 121 0 0.91 0.50 0.05 333 0.89 0.52
Hex F2 16 79 0 5B 32 5 14D 59 34
Octal 362 26 171 0 133 62 5 515 131 64
Binary 11110010 10110 1111001 0 1011011 110010 101 101001101 1011001 110100

Color Harmonies of #F21679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21679

Black with #F21679

Text Example


Text Example

White with #F21679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21679; }

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

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

background-color css

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

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

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

border-color css

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

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

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