#FF5EBE

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

Shades of Hot Pink #FF5EBE

Tints of Hot Pink #FF5EBE

Color information

#FF5EBE (or 0xFF5EBE) is unknown color: approx Hot Pink. HEX triplet: FF, 5E and BE. RGB value is (255,94,190). Sum of RGB (Red+Green+Blue) = 255+94+190=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 94 (37.11% from 255 or 17.44% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5EBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5EBE is #00A141. Grayscale: #989898. Windows color (decimal): -41282 or 12476159. OLE color: 12476159.

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

Color convert

RGB25594190-
CMYK00.630.250
HSL324.22º100%68.43%-
HSV(B)324.22º63.14%100%-
XYZ54.5432.9852.21-
YUV153.08148.84200.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.31%
GREEN value IS 94 (37.11% from 255) = 17.44%
BLUE value IS 190 (74.61% from 255) = 35.25%
R=47.31%
G=17.44%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559419000.630.250324.2210068.43
HexFF5EBE03F1901446444
Octal377136276077310504144104
Binary11111111101111010111110011111111001010100010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5EBE; }

 p { color: rgb(255,94,190); }

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

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

 a { background-color: rgb(255,94,190); }

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

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

 span { border-color: rgb(255,94,190); }

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