#F959B5

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

Shades of Hot Pink #F959B5

Tints of Hot Pink #F959B5

Color information

#F959B5 (or 0xF959B5) is unknown color: approx Hot Pink. HEX triplet: F9, 59 and B5. RGB value is (249,89,181). Sum of RGB (Red+Green+Blue) = 249+89+181=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F959B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F959B5 is #06A64A. Grayscale: #939393. Windows color (decimal): -435787 or 11885049. OLE color: 11885049.

HSL color Cylindrical-coordinate representation of color #F959B5: hue angle of 325.5º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F959B5 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB24989181-
CMYK00.640.270.02
HSL325.5º93.02%66.27%-
HSV(B)325.5º64.26%97.65%-
XYZ50.9830.6246.94-
YUV147.33147.01200.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.98%
GREEN value IS 89 (35.16% from 255) = 17.15%
BLUE value IS 181 (71.09% from 255) = 34.87%
R=47.98%
G=17.15%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498918100.640.270.02325.593.0266.27
HexF959B50401B21465d42
Octal3711312650100332506135102
Binary1111100110110011011010101000000110111010100011010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F959B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F959B5; }

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

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

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

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

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

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

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

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