Html Css Color HEX #F21178 Deep Pink

📋 copy color: '#F21178'

red 242 ◦ green 17 ◦ blue 120

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

Shades of Deep Pink #F21178

Tints of Deep Pink #F21178

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.49%

 BLUE value IS 120 (47.27% from 255) = 31.66%

R = 63.85%
G = 4.49%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F21178 (or 0xF21178) is known color: Deep Pink. HEX triplet: F2, 11 and 78. RGB value is (242,17,120). Sum of RGB (Red+Green+Blue) = 242+17+120=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F21178 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21178 is #0DEE87. Grayscale: #5F5F5F. Windows color (decimal): -913032 or 7868914. OLE color: 7868914.

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

Color convert

RGB 242 17 120 -
CMYK 0 0.93 0.50 0.05
HSL 332.53º 0.9% 0.51% -
HSV(B) 332.53º 0.93% 0.95% -
XYZ 40.21 20.63 19.63 -
YUV 96.02 141.54 232.12 -
System Red Green Blue C M Y K H S L
Decimal 242 17 120 0 0.93 0.50 0.05 332.53 0.9 0.51
Hex F2 11 78 0 5D 32 5 14D 5A 33
Octal 362 21 170 0 135 62 5 515 132 63
Binary 11110010 10001 1111000 0 1011101 110010 101 101001101 1011010 110011

Color Harmonies of #F21178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21178

Black with #F21178

Text Example


Text Example

White with #F21178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21178; }

 p { color: rgb(242,17,120); }

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

background-color css

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

 a { background-color: rgb(242,17,120); }

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

border-color css

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

 span { border-color: rgb(242,17,120); }

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