#FC58BE

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

Shades of Hot Pink #FC58BE

Tints of Hot Pink #FC58BE

Color information

#FC58BE (or 0xFC58BE) is unknown color: approx Hot Pink. HEX triplet: FC, 58 and BE. RGB value is (252,88,190). Sum of RGB (Red+Green+Blue) = 252+88+190=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 88 (34.77% from 255 or 16.60% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FC58BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC58BE is #03A741. Grayscale: #949494. Windows color (decimal): -239426 or 12474620. OLE color: 12474620.

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

Color convert

RGB25288190-
CMYK00.650.250.01
HSL322.68º96.47%66.67%-
HSV(B)322.68º65.08%98.82%-
XYZ52.9331.3951.98-
YUV148.66151.33201.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.55%
GREEN value IS 88 (34.77% from 255) = 16.60%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=47.55%
G=16.60%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528819000.650.250.01322.6896.4766.67
HexFC58BE0411911436043
Octal3741302760101311503140103
Binary111111001011000101111100100000111001110100001111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC58BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC58BE; }

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

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

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

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

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

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

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

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