#fe60b6

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

Shades of Hot Pink #FE60B6

Tints of Hot Pink #FE60B6

Color information

#FE60B6 (or 0xFE60B6) is unknown color: approx Hot Pink. HEX triplet: FE, 60 and B6. RGB value is (254,96,182). Sum of RGB (Red+Green+Blue) = 254+96+182=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 96 (37.89% from 255 or 18.05% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE60B6 is #019F49. Grayscale: #989898. Windows color (decimal): -106314 or 11952382. OLE color: 11952382.

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

Color convert

RGB25496182-
CMYK00.620.280.00
HSL327.34º98.75%68.63%-
HSV(B)327.34º62.2%99.61%-
XYZ53.532.8147.77-
YUV153.05144.35200.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.74%
GREEN value IS 96 (37.89% from 255) = 18.05%
BLUE value IS 182 (71.48% from 255) = 34.21%
R=47.74%
G=18.05%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549618200.620.280.00327.3498.7568.63
HexFE60B603E1C01476345
Octal376140266076340507143105
Binary11111110110000010110110011111011100010100011111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe60b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe60b6; }

 p { color: rgb(254,96,182); }

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

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

 a { background-color: rgb(254,96,182); }

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

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

 span { border-color: rgb(254,96,182); }

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