Html Css Color HEX #FC52C0 Hot Pink

📋 copy color: '#FC52C0'

red 252 ◦ green 82 ◦ blue 192

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

Shades of Hot Pink #FC52C0

Tints of Hot Pink #FC52C0

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.59%

 BLUE value IS 192 (75.39% from 255) = 36.5%

R = 47.91%
G = 15.59%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FC52C0 (or 0xFC52C0) is known color: Hot Pink. HEX triplet: FC, 52 and C0. RGB value is (252,82,192). Sum of RGB (Red+Green+Blue) = 252+82+192=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 82 (32.42% from 255 or 15.59% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC52C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC52C0 is #03AD3F. Grayscale: #919191. Windows color (decimal): -240960 or 12604156. OLE color: 12604156.

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

Color convert

RGB 252 82 192 -
CMYK 0 0.67 0.24 0.01
HSL 321.18º 0.97% 0.65% -
HSV(B) 321.18º 0.67% 0.99% -
XYZ 52.68 30.54 52.99 -
YUV 145.37 154.32 204.06 -
System Red Green Blue C M Y K H S L
Decimal 252 82 192 0 0.67 0.24 0.01 321.18 0.97 0.65
Hex FC 52 C0 0 43 18 1 141 61 41
Octal 374 122 300 0 103 30 1 501 141 101
Binary 11111100 1010010 11000000 0 1000011 11000 1 101000001 1100001 1000001

Color Harmonies of #FC52C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC52C0

Black with #FC52C0

Text Example


Text Example

White with #FC52C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC52C0; }

 p { color: rgb(252,82,192); }

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

background-color css

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

 a { background-color: rgb(252,82,192); }

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

border-color css

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

 span { border-color: rgb(252,82,192); }

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