#F96BB0

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

Shades of Hot Pink #F96BB0

Tints of Hot Pink #F96BB0

Color information

#F96BB0 (or 0xF96BB0) is unknown color: approx Hot Pink. HEX triplet: F9, 6B and B0. RGB value is (249,107,176). Sum of RGB (Red+Green+Blue) = 249+107+176=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 107 (42.19% from 255 or 20.11% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F96BB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96BB0 is #06944F. Grayscale: #9D9D9D. Windows color (decimal): -431184 or 11561977. OLE color: 11561977.

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

Color convert

RGB249107176-
CMYK00.570.290.02
HSL330.85º92.21%69.8%-
HSV(B)330.85º57.03%97.65%-
XYZ52.1633.7944.85-
YUV157.32138.54193.39-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.80%
GREEN value IS 107 (42.19% from 255) = 20.11%
BLUE value IS 176 (69.14% from 255) = 33.08%
R=46.80%
G=20.11%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910717600.570.290.02330.8592.2169.8
HexF96BB00391D214b5c46
Octal371153260071352513134106
Binary111110011101011101100000111001111011010100101110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96BB0; }

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

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

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

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

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

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

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

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