#F96CAE

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

Shades of Hot Pink #F96CAE

Tints of Hot Pink #F96CAE

Color information

#F96CAE (or 0xF96CAE) is unknown color: approx Hot Pink. HEX triplet: F9, 6C and AE. RGB value is (249,108,174). Sum of RGB (Red+Green+Blue) = 249+108+174=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96CAE is #069351. Grayscale: #9D9D9D. Windows color (decimal): -430930 or 11431161. OLE color: 11431161.

HSL color Cylindrical-coordinate representation of color #F96CAE: hue angle of 331.91º 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 #F96CAE is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB249108174-
CMYK00.570.300.02
HSL331.91º92.16%70%-
HSV(B)331.91º56.63%97.65%-
XYZ52.0733.9243.85-
YUV157.68137.21193.13-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.89%
GREEN value IS 108 (42.58% from 255) = 20.34%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=46.89%
G=20.34%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910817400.570.300.02331.9192.1670
HexF96CAE0391E214c5c46
Octal371154256071362514134106
Binary111110011101100101011100111001111101010100110010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96CAE; }

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

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

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

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

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

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

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

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