Html Css Color HEX #FC51C0 Hot Pink

📋 copy color: '#FC51C0'

red 252 ◦ green 81 ◦ blue 192

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

Shades of Hot Pink #FC51C0

Tints of Hot Pink #FC51C0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.43%

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

R = 48%
G = 15.43%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FC51C0 (or 0xFC51C0) is known color: Hot Pink. HEX triplet: FC, 51 and C0. RGB value is (252,81,192). Sum of RGB (Red+Green+Blue) = 252+81+192=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 81 (32.03% from 255 or 15.43% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC51C0 is #03AE3F. Grayscale: #909090. Windows color (decimal): -241216 or 12603900. OLE color: 12603900.

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

Color convert

RGB 252 81 192 -
CMYK 0 0.68 0.24 0.01
HSL 321.05º 0.97% 0.65% -
HSV(B) 321.05º 0.68% 0.99% -
XYZ 52.6 30.39 52.96 -
YUV 144.78 154.65 204.47 -
System Red Green Blue C M Y K H S L
Decimal 252 81 192 0 0.68 0.24 0.01 321.05 0.97 0.65
Hex FC 51 C0 0 44 18 1 141 61 41
Octal 374 121 300 0 104 30 1 501 141 101
Binary 11111100 1010001 11000000 0 1000100 11000 1 101000001 1100001 1000001

Color Harmonies of #FC51C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC51C0

Black with #FC51C0

Text Example


Text Example

White with #FC51C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC51C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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