#ff60b5

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

Shades of Hot Pink #FF60B5

Tints of Hot Pink #FF60B5

Color information

#FF60B5 (or 0xFF60B5) is unknown color: approx Hot Pink. HEX triplet: FF, 60 and B5. RGB value is (255,96,181). Sum of RGB (Red+Green+Blue) = 255+96+181=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 96 (37.89% from 255 or 18.05% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF60B5 is #009F4A. Grayscale: #999999. Windows color (decimal): -40779 or 11886847. OLE color: 11886847.

HSL color Cylindrical-coordinate representation of color #FF60B5: hue angle of 327.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF60B5 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB25596181-
CMYK00.620.290
HSL327.92º100%68.82%-
HSV(B)327.92º62.35%100%-
XYZ53.7632.9647.24-
YUV153.23143.68200.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.93%
GREEN value IS 96 (37.89% from 255) = 18.05%
BLUE value IS 181 (71.09% from 255) = 34.02%
R=47.93%
G=18.05%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559618100.620.290327.9210068.82
HexFF60B503E1D01486445
Octal377140265076350510144105
Binary11111111110000010110101011111011101010100100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff60b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff60b5; }

 p { color: rgb(255,96,181); }

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

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

 a { background-color: rgb(255,96,181); }

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

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

 span { border-color: rgb(255,96,181); }

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