Html Css Color HEX #F42080 Deep Pink

📋 copy color: '#F42080'

red 244 ◦ green 32 ◦ blue 128

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

Shades of Deep Pink #F42080

Tints of Deep Pink #F42080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.68%

R = 60.4%
G = 7.92%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F42080 (or 0xF42080) is known color: Deep Pink. HEX triplet: F4, 20 and 80. RGB value is (244,32,128). Sum of RGB (Red+Green+Blue) = 244+32+128=404 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.40% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 244 - color contains mainly: red. Hex color #F42080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42080 is #0BDF7F. Grayscale: #6A6A6A. Windows color (decimal): -778112 or 8397044. OLE color: 8397044.

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

Color convert

RGB 244 32 128 -
CMYK 0 0.87 0.48 0.04
HSL 332.83º 0.91% 0.54% -
HSV(B) 332.83º 0.87% 0.96% -
XYZ 41.72 21.82 22.44 -
YUV 106.33 140.24 226.19 -
System Red Green Blue C M Y K H S L
Decimal 244 32 128 0 0.87 0.48 0.04 332.83 0.91 0.54
Hex F4 20 80 0 57 30 4 14D 5B 36
Octal 364 40 200 0 127 60 4 515 133 66
Binary 11110100 100000 10000000 0 1010111 110000 100 101001101 1011011 110110

Color Harmonies of #F42080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42080

Black with #F42080

Text Example


Text Example

White with #F42080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42080; }

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

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

background-color css

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

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

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

border-color css

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

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

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