Html Css Color HEX #F42178 Deep Pink

📋 copy color: '#F42178'

red 244 ◦ green 33 ◦ blue 120

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

Shades of Deep Pink #F42178

Tints of Deep Pink #F42178

RGB

 RED value IS 244 (95.7% from 255) = 61.46%

 GREEN value IS 33 (13.28% from 255) = 8.31%

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

R = 61.46%
G = 8.31%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F42178 (or 0xF42178) is known color: Deep Pink. HEX triplet: F4, 21 and 78. RGB value is (244,33,120). Sum of RGB (Red+Green+Blue) = 244+33+120=397 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.46% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 244 - color contains mainly: red. Hex color #F42178 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42178 is #0BDE87. Grayscale: #696969. Windows color (decimal): -777864 or 7873012. OLE color: 7873012.

HSL color Cylindrical-coordinate representation of color #F42178: hue angle of 335.26º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42178 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 33 120 -
CMYK 0 0.86 0.51 0.04
HSL 335.26º 0.91% 0.54% -
HSV(B) 335.26º 0.86% 0.96% -
XYZ 41.24 21.68 19.78 -
YUV 106.01 135.9 226.43 -
System Red Green Blue C M Y K H S L
Decimal 244 33 120 0 0.86 0.51 0.04 335.26 0.91 0.54
Hex F4 21 78 0 56 33 4 14F 5B 36
Octal 364 41 170 0 126 63 4 517 133 66
Binary 11110100 100001 1111000 0 1010110 110011 100 101001111 1011011 110110

Color Harmonies of #F42178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42178

Black with #F42178

Text Example


Text Example

White with #F42178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42178; }

 p { color: rgb(244,33,120); }

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

background-color css

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

 a { background-color: rgb(244,33,120); }

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

border-color css

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

 span { border-color: rgb(244,33,120); }

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