#F96BA1

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

Shades of Hot Pink #F96BA1

Tints of Hot Pink #F96BA1

Color information

#F96BA1 (or 0xF96BA1) is unknown color: approx Hot Pink. HEX triplet: F9, 6B and A1. RGB value is (249,107,161). Sum of RGB (Red+Green+Blue) = 249+107+161=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F96BA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96BA1 is #06945E. Grayscale: #9B9B9B. Windows color (decimal): -431199 or 10578937. OLE color: 10578937.

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

Color convert

RGB249107161-
CMYK00.570.350.02
HSL337.18º92.21%69.8%-
HSV(B)337.18º57.03%97.65%-
XYZ50.7633.2337.46-
YUV155.61131.04194.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.16%
GREEN value IS 107 (42.19% from 255) = 20.70%
BLUE value IS 161 (63.28% from 255) = 31.14%
R=48.16%
G=20.70%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910716100.570.350.02337.1892.2169.8
HexF96BA10392321515c46
Octal371153241071432521134106
Binary1111100111010111010000101110011000111010101000110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96BA1; }

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

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

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

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

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

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

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

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