Html Css Color HEX #FC0CCD Hot Magenta

📋 copy color: '#FC0CCD'

red 252 ◦ green 12 ◦ blue 205

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

Shades of Hot Magenta #FC0CCD

Tints of Hot Magenta #FC0CCD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.56%

 BLUE value IS 205 (80.47% from 255) = 43.71%

R = 53.73%
G = 2.56%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC0CCD (or 0xFC0CCD) is known color: Hot Magenta. HEX triplet: FC, 0C and CD. RGB value is (252,12,205). Sum of RGB (Red+Green+Blue) = 252+12+205=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 12 (5.08% from 255 or 2.56% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0CCD is #03F332. Grayscale: #696969. Windows color (decimal): -258867 or 13438204. OLE color: 13438204.

HSL color Cylindrical-coordinate representation of color #FC0CCD: hue angle of 311.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0CCD is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 12 205 -
CMYK 0 0.95 0.19 0.01
HSL 311.75º 0.98% 0.52% -
HSV(B) 311.75º 0.95% 0.99% -
XYZ 51.3 25.37 59.95 -
YUV 105.76 184.01 232.31 -
System Red Green Blue C M Y K H S L
Decimal 252 12 205 0 0.95 0.19 0.01 311.75 0.98 0.52
Hex FC C CD 0 5F 13 1 138 62 34
Octal 374 14 315 0 137 23 1 470 142 64
Binary 11111100 1100 11001101 0 1011111 10011 1 100111000 1100010 110100

Color Harmonies of #FC0CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0CCD

Black with #FC0CCD

Text Example


Text Example

White with #FC0CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0CCD; }

 p { color: rgb(252,12,205); }

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

background-color css

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

 a { background-color: rgb(252,12,205); }

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

border-color css

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

 span { border-color: rgb(252,12,205); }

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