#F96BB5

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

Shades of Hot Pink #F96BB5

Tints of Hot Pink #F96BB5

Color information

#F96BB5 (or 0xF96BB5) is unknown color: approx Hot Pink. HEX triplet: F9, 6B and B5. RGB value is (249,107,181). Sum of RGB (Red+Green+Blue) = 249+107+181=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F96BB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96BB5 is #06944A. Grayscale: #9D9D9D. Windows color (decimal): -431179 or 11889657. OLE color: 11889657.

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

Color convert

RGB249107181-
CMYK00.570.270.02
HSL328.73º92.21%69.8%-
HSV(B)328.73º57.03%97.65%-
XYZ52.6733.9947.5-
YUV157.89141.04192.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.37%
GREEN value IS 107 (42.19% from 255) = 19.93%
BLUE value IS 181 (71.09% from 255) = 33.71%
R=46.37%
G=19.93%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910718100.570.270.02328.7392.2169.8
HexF96BB50391B21495c46
Octal371153265071332511134106
Binary111110011101011101101010111001110111010100100110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96BB5; }

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

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

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

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

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

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

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

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