Html Css Color HEX #FC0CCC Hot Magenta

📋 copy color: '#FC0CCC'

red 252 ◦ green 12 ◦ blue 204

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

Shades of Hot Magenta #FC0CCC

Tints of Hot Magenta #FC0CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.59%

R = 53.85%
G = 2.56%
B = 43.59%

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

#FC0CCC (or 0xFC0CCC) is known color: Hot Magenta. HEX triplet: FC, 0C and CC. RGB value is (252,12,204). Sum of RGB (Red+Green+Blue) = 252+12+204=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 12 (5.08% from 255 or 2.56% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0CCC is #03F333. Grayscale: #696969. Windows color (decimal): -258868 or 13372668. OLE color: 13372668.

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

Color convert

RGB 252 12 204 -
CMYK 0 0.95 0.19 0.01
HSL 312º 0.98% 0.52% -
HSV(B) 312º 0.95% 0.99% -
XYZ 51.18 25.32 59.32 -
YUV 105.65 183.51 232.39 -
System Red Green Blue C M Y K H S L
Decimal 252 12 204 0 0.95 0.19 0.01 312 0.98 0.52
Hex FC C CC 0 5F 13 1 138 62 34
Octal 374 14 314 0 137 23 1 470 142 64
Binary 11111100 1100 11001100 0 1011111 10011 1 100111000 1100010 110100

Color Harmonies of #FC0CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0CCC

Black with #FC0CCC

Text Example


Text Example

White with #FC0CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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