#F96DAE

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

Shades of Hot Pink #F96DAE

Tints of Hot Pink #F96DAE

Color information

#F96DAE (or 0xF96DAE) is unknown color: approx Hot Pink. HEX triplet: F9, 6D and AE. RGB value is (249,109,174). Sum of RGB (Red+Green+Blue) = 249+109+174=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F96DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96DAE is #069251. Grayscale: #9E9E9E. Windows color (decimal): -430674 or 11431417. OLE color: 11431417.

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

Color convert

RGB249109174-
CMYK00.560.300.02
HSL332.14º92.11%70.2%-
HSV(B)332.14º56.22%97.65%-
XYZ52.1834.1343.88-
YUV158.27136.88192.71-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.80%
GREEN value IS 109 (42.97% from 255) = 20.49%
BLUE value IS 174 (68.36% from 255) = 32.71%
R=46.80%
G=20.49%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910917400.560.300.02332.1492.1170.2
HexF96DAE0381E214c5c46
Octal371155256070362514134106
Binary111110011101101101011100111000111101010100110010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96DAE; }

 p { color: rgb(249,109,174); }

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

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

 a { background-color: rgb(249,109,174); }

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

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

 span { border-color: rgb(249,109,174); }

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