Html Css Color HEX #FC58BD Hot Pink

📋 copy color: '#FC58BD'

red 252 ◦ green 88 ◦ blue 189

#FC58BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #FC58BD

Tints of Hot Pink #FC58BD

RGB

 RED value IS 252 (98.83% from 255) = 47.64%

 GREEN value IS 88 (34.77% from 255) = 16.64%

 BLUE value IS 189 (74.22% from 255) = 35.73%

R = 47.64%
G = 16.64%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC58BD (or 0xFC58BD) is known color: Hot Pink. HEX triplet: FC, 58 and BD. RGB value is (252,88,189). Sum of RGB (Red+Green+Blue) = 252+88+189=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 88 (34.77% from 255 or 16.64% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC58BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC58BD is #03A742. Grayscale: #949494. Windows color (decimal): -239427 or 12409084. OLE color: 12409084.

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

Color convert

RGB 252 88 189 -
CMYK 0 0.65 0.25 0.01
HSL 323.05º 0.96% 0.67% -
HSV(B) 323.05º 0.65% 0.99% -
XYZ 52.82 31.35 51.41 -
YUV 148.55 150.83 201.79 -
System Red Green Blue C M Y K H S L
Decimal 252 88 189 0 0.65 0.25 0.01 323.05 0.96 0.67
Hex FC 58 BD 0 41 19 1 143 60 43
Octal 374 130 275 0 101 31 1 503 140 103
Binary 11111100 1011000 10111101 0 1000001 11001 1 101000011 1100000 1000011

Color Harmonies of #FC58BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC58BD

Black with #FC58BD

Text Example


Text Example

White with #FC58BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC58BD; }

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

 H1.HeaderClassName
 {
   color: #FC58BD;
 }
 .AnyTagClassName
 {
   color: #FC58BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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