#FF58BE

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

Shades of Hot Pink #FF58BE

Tints of Hot Pink #FF58BE

Color information

#FF58BE (or 0xFF58BE) is unknown color: approx Hot Pink. HEX triplet: FF, 58 and BE. RGB value is (255,88,190). Sum of RGB (Red+Green+Blue) = 255+88+190=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 88 (34.77% from 255 or 16.51% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58BE is #00A741. Grayscale: #959595. Windows color (decimal): -42818 or 12474623. OLE color: 12474623.

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

Color convert

RGB25588190-
CMYK00.650.250
HSL323.35º100%67.25%-
HSV(B)323.35º65.49%100%-
XYZ54.0231.9652.04-
YUV149.56150.83203.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.84%
GREEN value IS 88 (34.77% from 255) = 16.51%
BLUE value IS 190 (74.61% from 255) = 35.65%
R=47.84%
G=16.51%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558819000.650.250323.3510067.25
HexFF58BE0411901436443
Octal3771302760101310503144103
Binary111111111011000101111100100000111001010100001111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF58BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF58BE; }

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

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

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

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

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

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

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

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