#F96BA2

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

Shades of Hot Pink #F96BA2

Tints of Hot Pink #F96BA2

Color information

#F96BA2 (or 0xF96BA2) is unknown color: approx Hot Pink. HEX triplet: F9, 6B and A2. RGB value is (249,107,162). Sum of RGB (Red+Green+Blue) = 249+107+162=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F96BA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96BA2 is #06945D. Grayscale: #9B9B9B. Windows color (decimal): -431198 or 10644473. OLE color: 10644473.

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

Color convert

RGB249107162-
CMYK00.570.350.02
HSL336.76º92.21%69.8%-
HSV(B)336.76º57.03%97.65%-
XYZ50.8533.2637.92-
YUV155.73131.54194.53-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.07%
GREEN value IS 107 (42.19% from 255) = 20.66%
BLUE value IS 162 (63.67% from 255) = 31.27%
R=48.07%
G=20.66%
B=31.27%

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
Decimal24910716200.570.350.02336.7692.2169.8
HexF96BA20392321515c46
Octal371153242071432521134106
Binary1111100111010111010001001110011000111010101000110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96BA2; }

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

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

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

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

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

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

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

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