#F96FB9

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

Shades of Hot Pink #F96FB9

Tints of Hot Pink #F96FB9

Color information

#F96FB9 (or 0xF96FB9) is unknown color: approx Hot Pink. HEX triplet: F9, 6F and B9. RGB value is (249,111,185). Sum of RGB (Red+Green+Blue) = 249+111+185=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F96FB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96FB9 is #069046. Grayscale: #A0A0A0. Windows color (decimal): -430151 or 12152825. OLE color: 12152825.

HSL color Cylindrical-coordinate representation of color #F96FB9: hue angle of 327.83º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F96FB9 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB249111185-
CMYK00.550.260.02
HSL327.83º92%70.59%-
HSV(B)327.83º55.42%97.65%-
XYZ53.5135.0149.84-
YUV160.7141.72190.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.69%
GREEN value IS 111 (43.75% from 255) = 20.37%
BLUE value IS 185 (72.66% from 255) = 33.94%
R=45.69%
G=20.37%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911118500.550.260.02327.839270.59
HexF96FB90371A21485c47
Octal371157271067322510134107
Binary111110011101111101110010110111110101010100100010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96FB9; }

 p { color: rgb(249,111,185); }

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

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

 a { background-color: rgb(249,111,185); }

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

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

 span { border-color: rgb(249,111,185); }

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