#FF58B3

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

Shades of Hot Pink #FF58B3

Tints of Hot Pink #FF58B3

Color information

#FF58B3 (or 0xFF58B3) is unknown color: approx Hot Pink. HEX triplet: FF, 58 and B3. RGB value is (255,88,179). Sum of RGB (Red+Green+Blue) = 255+88+179=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 88 (34.77% from 255 or 16.86% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58B3 is #00A74C. Grayscale: #949494. Windows color (decimal): -42829 or 11753727. OLE color: 11753727.

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

Color convert

RGB25588179-
CMYK00.650.300
HSL327.31º100%67.25%-
HSV(B)327.31º65.49%100%-
XYZ52.8731.4945.94-
YUV148.31145.33204.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.85%
GREEN value IS 88 (34.77% from 255) = 16.86%
BLUE value IS 179 (70.31% from 255) = 34.29%
R=48.85%
G=16.86%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558817900.650.300327.3110067.25
HexFF58B30411E01476443
Octal3771302630101360507144103
Binary111111111011000101100110100000111110010100011111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF58B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF58B3; }

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

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

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

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

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

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

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

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