Html Css Color HEX #FC0CFC Magenta

📋 copy color: '#FC0CFC'

red 252 ◦ green 12 ◦ blue 252

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

Shades of Magenta #FC0CFC

Tints of Magenta #FC0CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.84%

R = 48.84%
G = 2.33%
B = 48.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC0CFC (or 0xFC0CFC) is known color: Magenta. HEX triplet: FC, 0C and FC. RGB value is (252,12,252). Sum of RGB (Red+Green+Blue) = 252+12+252=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 12 (5.08% from 255 or 2.33% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC0CFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0CFC is #03F303. Grayscale: #6E6E6E. Windows color (decimal): -258820 or 16518396. OLE color: 16518396.

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

Color convert

RGB 252 12 252 -
CMYK 0 0.95 0 0.01
HSL 300º 0.98% 0.52% -
HSV(B) 300º 0.95% 0.99% -
XYZ 57.85 27.99 94.45 -
YUV 111.12 207.51 228.49 -
System Red Green Blue C M Y K H S L
Decimal 252 12 252 0 0.95 0 0.01 300 0.98 0.52
Hex FC C FC 0 5F 0 1 12C 62 34
Octal 374 14 374 0 137 0 1 454 142 64
Binary 11111100 1100 11111100 0 1011111 0 1 100101100 1100010 110100

Color Harmonies of #FC0CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0CFC

Black with #FC0CFC

Text Example


Text Example

White with #FC0CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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