#F05BB9

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

Shades of Hot Pink #F05BB9

Tints of Hot Pink #F05BB9

Color information

#F05BB9 (or 0xF05BB9) is unknown color: approx Hot Pink. HEX triplet: F0, 5B and B9. RGB value is (240,91,185). Sum of RGB (Red+Green+Blue) = 240+91+185=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 91 (35.94% from 255 or 17.64% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F05BB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05BB9 is #0FA446. Grayscale: #929292. Windows color (decimal): -1025095 or 12147696. OLE color: 12147696.

HSL color Cylindrical-coordinate representation of color #F05BB9: hue angle of 322.15º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05BB9 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB24091185-
CMYK00.620.230.06
HSL322.15º83.24%64.9%-
HSV(B)322.15º62.08%94.12%-
XYZ48.4329.5149.04-
YUV146.27149.86194.86-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.51%
GREEN value IS 91 (35.94% from 255) = 17.64%
BLUE value IS 185 (72.66% from 255) = 35.85%
R=46.51%
G=17.64%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409118500.620.230.06322.1583.2464.9
HexF05BB903E1761425341
Octal360133271076276502123101
Binary1111000010110111011100101111101011111010100001010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05BB9; }

 p { color: rgb(240,91,185); }

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

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

 a { background-color: rgb(240,91,185); }

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

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

 span { border-color: rgb(240,91,185); }

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