#FF60B9

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

Shades of Hot Pink #FF60B9

Tints of Hot Pink #FF60B9

Color information

#FF60B9 (or 0xFF60B9) is unknown color: approx Hot Pink. HEX triplet: FF, 60 and B9. RGB value is (255,96,185). Sum of RGB (Red+Green+Blue) = 255+96+185=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 96 (37.89% from 255 or 17.91% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF60B9 is #009F46. Grayscale: #999999. Windows color (decimal): -40775 or 12148991. OLE color: 12148991.

HSL color Cylindrical-coordinate representation of color #FF60B9: hue angle of 326.42º 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 #FF60B9 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB25596185-
CMYK00.620.270
HSL326.42º100%68.82%-
HSV(B)326.42º62.35%100%-
XYZ54.1833.1349.44-
YUV153.69145.68200.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.57%
GREEN value IS 96 (37.89% from 255) = 17.91%
BLUE value IS 185 (72.66% from 255) = 34.51%
R=47.57%
G=17.91%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559618500.620.270326.4210068.82
HexFF60B903E1B01466445
Octal377140271076330506144105
Binary11111111110000010111001011111011011010100011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF60B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF60B9; }

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

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

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

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

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

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

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

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