#F42077

Color #F42077 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F42077

Tints of Deep Pink #F42077

Color information

#F42077 (or 0xF42077) is unknown color: approx Deep Pink. HEX triplet: F4, 20 and 77. RGB value is (244,32,119). Sum of RGB (Red+Green+Blue) = 244+32+119=395 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.77% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 244 - color contains mainly: red. Hex color #F42077 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42077 is #0BDF88. Grayscale: #696969. Windows color (decimal): -778121 or 7807220. OLE color: 7807220.

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

Color convert

RGB24432119-
CMYK00.870.510.04
HSL335.38º90.6%54.12%-
HSV(B)335.38º86.89%95.69%-
XYZ41.1521.619.45-
YUV105.31135.74226.93-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 61.77%
GREEN value IS 32 (12.89% from 255) = 8.10%
BLUE value IS 119 (46.88% from 255) = 30.13%
R=61.77%
G=8.10%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2443211900.870.510.04335.3890.654.12
HexF4207705733414f5b36
Octal36440167012763451713366
Binary111101001000001110111010101111100111001010011111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42077; }

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

 H1.HeaderClassName
 {
   color: #F42077;
 }
 .AnyTagClassName
 {
   color: #F42077;
 }
</style>
background-color css

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

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

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

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

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

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