#F61077

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

Shades of Deep Pink #F61077

Tints of Deep Pink #F61077

Color information

#F61077 (or 0xF61077) is unknown color: approx Deep Pink. HEX triplet: F6, 10 and 77. RGB value is (246,16,119). Sum of RGB (Red+Green+Blue) = 246+16+119=381 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.57% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 246 - color contains mainly: red. Hex color #F61077 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61077 is #09EF88. Grayscale: #606060. Windows color (decimal): -651145 or 7803126. OLE color: 7803126.

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

Color convert

RGB24616119-
CMYK00.930.520.04
HSL333.13º92.74%51.37%-
HSV(B)333.13º93.5%96.47%-
XYZ41.5221.319.37-
YUV96.51140.7234.62-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 64.57%
GREEN value IS 16 (6.64% from 255) = 4.20%
BLUE value IS 119 (46.88% from 255) = 31.23%
R=64.57%
G=4.20%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461611900.930.520.04333.1392.7451.37
HexF6107705D34414d5d33
Octal36620167013564451513563
Binary11110110100001110111010111011101001001010011011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F61077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F61077; }

 p { color: rgb(246,16,119); }

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

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

 a { background-color: rgb(246,16,119); }

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

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

 span { border-color: rgb(246,16,119); }

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