#F96BAF

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

Shades of Hot Pink #F96BAF

Tints of Hot Pink #F96BAF

Color information

#F96BAF (or 0xF96BAF) is unknown color: approx Hot Pink. HEX triplet: F9, 6B and AF. RGB value is (249,107,175). Sum of RGB (Red+Green+Blue) = 249+107+175=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F96BAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96BAF is #069450. Grayscale: #9D9D9D. Windows color (decimal): -431185 or 11496441. OLE color: 11496441.

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

Color convert

RGB249107175-
CMYK00.570.300.02
HSL331.27º92.21%69.8%-
HSV(B)331.27º57.03%97.65%-
XYZ52.0633.7544.33-
YUV157.21138.04193.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.89%
GREEN value IS 107 (42.19% from 255) = 20.15%
BLUE value IS 175 (68.75% from 255) = 32.96%
R=46.89%
G=20.15%
B=32.96%

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
Decimal24910717500.570.300.02331.2792.2169.8
HexF96BAF0391E214b5c46
Octal371153257071362513134106
Binary111110011101011101011110111001111101010100101110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96BAF; }

 p { color: rgb(249,107,175); }

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

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

 a { background-color: rgb(249,107,175); }

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

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

 span { border-color: rgb(249,107,175); }

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