#F96FA9

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

Shades of Hot Pink #F96FA9

Tints of Hot Pink #F96FA9

Color information

#F96FA9 (or 0xF96FA9) is unknown color: approx Hot Pink. HEX triplet: F9, 6F and A9. RGB value is (249,111,169). Sum of RGB (Red+Green+Blue) = 249+111+169=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 169 (66.41% from 255 or 31.95% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F96FA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96FA9 is #069056. Grayscale: #9E9E9E. Windows color (decimal): -430167 or 11104249. OLE color: 11104249.

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

Color convert

RGB249111169-
CMYK00.550.320.02
HSL334.78º92%70.59%-
HSV(B)334.78º55.42%97.65%-
XYZ51.9134.3741.43-
YUV158.87133.72192.28-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.07%
GREEN value IS 111 (43.75% from 255) = 20.98%
BLUE value IS 169 (66.41% from 255) = 31.95%
R=47.07%
G=20.98%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911116900.550.320.02334.789270.59
HexF96FA903720214f5c47
Octal371157251067402517134107
Binary1111100111011111010100101101111000001010100111110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96FA9; }

 p { color: rgb(249,111,169); }

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

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

 a { background-color: rgb(249,111,169); }

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

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

 span { border-color: rgb(249,111,169); }

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