Html Css Color HEX #FC0CEC Magenta

📋 copy color: '#FC0CEC'

red 252 ◦ green 12 ◦ blue 236

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

Shades of Magenta #FC0CEC

Tints of Magenta #FC0CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.2%

R = 50.4%
G = 2.4%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC0CEC (or 0xFC0CEC) is known color: Magenta. HEX triplet: FC, 0C and EC. RGB value is (252,12,236). Sum of RGB (Red+Green+Blue) = 252+12+236=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 12 (5.08% from 255 or 2.4% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0CEC is #03F313. Grayscale: #6C6C6C. Windows color (decimal): -258836 or 15469820. OLE color: 15469820.

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

Color convert

RGB 252 12 236 -
CMYK 0 0.95 0.06 0.01
HSL 304º 0.98% 0.52% -
HSV(B) 304º 0.95% 0.99% -
XYZ 55.42 27.01 81.65 -
YUV 109.3 199.51 229.79 -
System Red Green Blue C M Y K H S L
Decimal 252 12 236 0 0.95 0.06 0.01 304 0.98 0.52
Hex FC C EC 0 5F 6 1 130 62 34
Octal 374 14 354 0 137 6 1 460 142 64
Binary 11111100 1100 11101100 0 1011111 110 1 100110000 1100010 110100

Color Harmonies of #FC0CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0CEC

Black with #FC0CEC

Text Example


Text Example

White with #FC0CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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