#f96ca6

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

Shades of Hot Pink #F96CA6

Tints of Hot Pink #F96CA6

Color information

#F96CA6 (or 0xF96CA6) is unknown color: approx Hot Pink. HEX triplet: F9, 6C and A6. RGB value is (249,108,166). Sum of RGB (Red+Green+Blue) = 249+108+166=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96CA6 is #069359. Grayscale: #9C9C9C. Windows color (decimal): -430938 or 10906873. OLE color: 10906873.

HSL color Cylindrical-coordinate representation of color #F96CA6: hue angle of 335.32º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96CA6 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB249108166-
CMYK00.570.330.02
HSL335.32º92.16%70%-
HSV(B)335.32º56.63%97.65%-
XYZ51.3133.6239.86-
YUV156.77133.21193.78-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.61%
GREEN value IS 108 (42.58% from 255) = 20.65%
BLUE value IS 166 (65.23% from 255) = 31.74%
R=47.61%
G=20.65%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910816600.570.330.02335.3292.1670
HexF96CA603921214f5c46
Octal371154246071412517134106
Binary1111100111011001010011001110011000011010100111110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f96ca6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f96ca6; }

 p { color: rgb(249,108,166); }

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

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

 a { background-color: rgb(249,108,166); }

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

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

 span { border-color: rgb(249,108,166); }

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