Html Css Color HEX #F42084 Deep Pink

📋 copy color: '#F42084'

red 244 ◦ green 32 ◦ blue 132

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

Shades of Deep Pink #F42084

Tints of Deep Pink #F42084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.35%

R = 59.8%
G = 7.84%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F42084 (or 0xF42084) is known color: Deep Pink. HEX triplet: F4, 20 and 84. RGB value is (244,32,132). Sum of RGB (Red+Green+Blue) = 244+32+132=408 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.80% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 244 - color contains mainly: red. Hex color #F42084 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42084 is #0BDF7B. Grayscale: #6A6A6A. Windows color (decimal): -778108 or 8659188. OLE color: 8659188.

HSL color Cylindrical-coordinate representation of color #F42084: hue angle of 331.7º 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 #F42084 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 32 132 -
CMYK 0 0.87 0.46 0.04
HSL 331.7º 0.91% 0.54% -
HSV(B) 331.7º 0.87% 0.96% -
XYZ 41.99 21.93 23.85 -
YUV 106.79 142.24 225.87 -
System Red Green Blue C M Y K H S L
Decimal 244 32 132 0 0.87 0.46 0.04 331.7 0.91 0.54
Hex F4 20 84 0 57 2E 4 14C 5B 36
Octal 364 40 204 0 127 56 4 514 133 66
Binary 11110100 100000 10000100 0 1010111 101110 100 101001100 1011011 110110

Color Harmonies of #F42084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42084

Black with #F42084

Text Example


Text Example

White with #F42084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42084; }

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

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

background-color css

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

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

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

border-color css

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

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

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