Html Css Color HEX #FC0EFA Magenta

📋 copy color: '#FC0EFA'

red 252 ◦ green 14 ◦ blue 250

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

Shades of Magenta #FC0EFA

Tints of Magenta #FC0EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.45%

R = 48.84%
G = 2.71%
B = 48.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC0EFA (or 0xFC0EFA) is known color: Magenta. HEX triplet: FC, 0E and FA. RGB value is (252,14,250). Sum of RGB (Red+Green+Blue) = 252+14+250=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 14 (5.86% from 255 or 2.71% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0EFA is #03F105. Grayscale: #6F6F6F. Windows color (decimal): -258310 or 16387836. OLE color: 16387836.

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

Color convert

RGB 252 14 250 -
CMYK 0 0.94 0.01 0.01
HSL 300.5º 0.98% 0.52% -
HSV(B) 300.5º 0.94% 0.99% -
XYZ 57.56 27.91 92.8 -
YUV 112.07 205.85 227.81 -
System Red Green Blue C M Y K H S L
Decimal 252 14 250 0 0.94 0.01 0.01 300.5 0.98 0.52
Hex FC E FA 0 5E 1 1 12D 62 34
Octal 374 16 372 0 136 1 1 455 142 64
Binary 11111100 1110 11111010 0 1011110 1 1 100101101 1100010 110100

Color Harmonies of #FC0EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0EFA

Black with #FC0EFA

Text Example


Text Example

White with #FC0EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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