Html Css Color HEX #FC0EEA Magenta

📋 copy color: '#FC0EEA'

red 252 ◦ green 14 ◦ blue 234

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

Shades of Magenta #FC0EEA

Tints of Magenta #FC0EEA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.8%

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

R = 50.4%
G = 2.8%
B = 46.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FC0EEA (or 0xFC0EEA) is known color: Magenta. HEX triplet: FC, 0E and EA. RGB value is (252,14,234). Sum of RGB (Red+Green+Blue) = 252+14+234=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 14 (5.86% from 255 or 2.8% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0EEA is #03F115. Grayscale: #6D6D6D. Windows color (decimal): -258326 or 15339260. OLE color: 15339260.

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

Color convert

RGB 252 14 234 -
CMYK 0 0.94 0.07 0.01
HSL 304.54º 0.98% 0.52% -
HSV(B) 304.54º 0.94% 0.99% -
XYZ 55.15 26.95 80.14 -
YUV 110.24 197.85 229.11 -
System Red Green Blue C M Y K H S L
Decimal 252 14 234 0 0.94 0.07 0.01 304.54 0.98 0.52
Hex FC E EA 0 5E 7 1 131 62 34
Octal 374 16 352 0 136 7 1 461 142 64
Binary 11111100 1110 11101010 0 1011110 111 1 100110001 1100010 110100

Color Harmonies of #FC0EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0EEA

Black with #FC0EEA

Text Example


Text Example

White with #FC0EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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