#FE60BA

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

Shades of Hot Pink #FE60BA

Tints of Hot Pink #FE60BA

Color information

#FE60BA (or 0xFE60BA) is unknown color: approx Hot Pink. HEX triplet: FE, 60 and BA. RGB value is (254,96,186). Sum of RGB (Red+Green+Blue) = 254+96+186=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 96 (37.89% from 255 or 17.91% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE60BA is #019F45. Grayscale: #999999. Windows color (decimal): -106310 or 12214526. OLE color: 12214526.

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

Color convert

RGB25496186-
CMYK00.620.270.00
HSL325.82º98.75%68.63%-
HSV(B)325.82º62.2%99.61%-
XYZ53.9232.9849.98-
YUV153.5146.35199.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.39%
GREEN value IS 96 (37.89% from 255) = 17.91%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=47.39%
G=17.91%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549618600.620.270.00325.8298.7568.63
HexFE60BA03E1B01466345
Octal376140272076330506143105
Binary11111110110000010111010011111011011010100011011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE60BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE60BA; }

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

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

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

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

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

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

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

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