#FF60AE

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

Shades of Hot Pink #FF60AE

Tints of Hot Pink #FF60AE

Color information

#FF60AE (or 0xFF60AE) is unknown color: approx Hot Pink. HEX triplet: FF, 60 and AE. RGB value is (255,96,174). Sum of RGB (Red+Green+Blue) = 255+96+174=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 96 (37.89% from 255 or 18.29% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF60AE is #009F51. Grayscale: #989898. Windows color (decimal): -40786 or 11428095. OLE color: 11428095.

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

Color convert

RGB25596174-
CMYK00.620.320
HSL330.57º100%68.82%-
HSV(B)330.57º62.35%100%-
XYZ53.0632.6843.56-
YUV152.43140.18201.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.57%
GREEN value IS 96 (37.89% from 255) = 18.29%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=48.57%
G=18.29%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559617400.620.320330.5710068.82
HexFF60AE03E20014b6445
Octal377140256076400513144105
Binary111111111100000101011100111110100000010100101111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF60AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF60AE; }

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

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

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

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

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

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

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

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