Html Css Color HEX #FC0CEA Magenta

📋 copy color: '#FC0CEA'

red 252 ◦ green 12 ◦ blue 234

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

Shades of Magenta #FC0CEA

Tints of Magenta #FC0CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.99%

R = 50.6%
G = 2.41%
B = 46.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FC0CEA (or 0xFC0CEA) is known color: Magenta. HEX triplet: FC, 0C and EA. RGB value is (252,12,234). Sum of RGB (Red+Green+Blue) = 252+12+234=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 12 (5.08% from 255 or 2.41% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0CEA is #03F315. Grayscale: #6C6C6C. Windows color (decimal): -258838 or 15338748. OLE color: 15338748.

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

Color convert

RGB 252 12 234 -
CMYK 0 0.95 0.07 0.01
HSL 304.5º 0.98% 0.52% -
HSV(B) 304.5º 0.95% 0.99% -
XYZ 55.13 26.9 80.13 -
YUV 109.07 198.51 229.95 -
System Red Green Blue C M Y K H S L
Decimal 252 12 234 0 0.95 0.07 0.01 304.5 0.98 0.52
Hex FC C EA 0 5F 7 1 130 62 34
Octal 374 14 352 0 137 7 1 460 142 64
Binary 11111100 1100 11101010 0 1011111 111 1 100110000 1100010 110100

Color Harmonies of #FC0CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0CEA

Black with #FC0CEA

Text Example


Text Example

White with #FC0CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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