Html Css Color HEX #F42096 Deep Pink

📋 copy color: '#F42096'

red 244 ◦ green 32 ◦ blue 150

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

Shades of Deep Pink #F42096

Tints of Deep Pink #F42096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.51%

 BLUE value IS 150 (58.98% from 255) = 35.21%

R = 57.28%
G = 7.51%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F42096 (or 0xF42096) is known color: Deep Pink. HEX triplet: F4, 20 and 96. RGB value is (244,32,150). Sum of RGB (Red+Green+Blue) = 244+32+150=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 32 (12.89% from 255 or 7.51% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F42096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42096 is #0BDF69. Grayscale: #6C6C6C. Windows color (decimal): -778090 or 9838836. OLE color: 9838836.

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

Color convert

RGB 244 32 150 -
CMYK 0 0.87 0.39 0.04
HSL 326.6º 0.91% 0.54% -
HSV(B) 326.6º 0.87% 0.96% -
XYZ 43.33 22.47 30.91 -
YUV 108.84 151.24 224.41 -
System Red Green Blue C M Y K H S L
Decimal 244 32 150 0 0.87 0.39 0.04 326.6 0.91 0.54
Hex F4 20 96 0 57 27 4 147 5B 36
Octal 364 40 226 0 127 47 4 507 133 66
Binary 11110100 100000 10010110 0 1010111 100111 100 101000111 1011011 110110

Color Harmonies of #F42096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42096

Black with #F42096

Text Example


Text Example

White with #F42096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42096; }

 p { color: rgb(244,32,150); }

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

background-color css

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

 a { background-color: rgb(244,32,150); }

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

border-color css

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

 span { border-color: rgb(244,32,150); }

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