Html Css Color HEX #FC0EFF Magenta

📋 copy color: '#FC0EFF'

red 252 ◦ green 14 ◦ blue 255

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

Shades of Magenta #FC0EFF

Tints of Magenta #FC0EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.94%

R = 48.37%
G = 2.69%
B = 48.94%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC0EFF (or 0xFC0EFF) is known color: Magenta. HEX triplet: FC, 0E and FF. RGB value is (252,14,255). Sum of RGB (Red+Green+Blue) = 252+14+255=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 14 (5.86% from 255 or 2.69% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC0EFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0EFF is #03F100. Grayscale: #6F6F6F. Windows color (decimal): -258305 or 16715516. OLE color: 16715516.

HSL color Cylindrical-coordinate representation of color #FC0EFF: hue angle of 299.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0EFF is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 252 14 255 -
CMYK 0.01 0.95 0 0
HSL 299.25º 1% 0.53% -
HSV(B) 299.25º 0.95% 1% -
XYZ 58.35 28.23 96.98 -
YUV 112.64 208.35 227.4 -
System Red Green Blue C M Y K H S L
Decimal 252 14 255 0.01 0.95 0 0 299.25 1 0.53
Hex FC E FF 1 5F 0 0 12B 64 35
Octal 374 16 377 1 137 0 0 453 144 65
Binary 11111100 1110 11111111 1 1011111 0 0 100101011 1100100 110101

Color Harmonies of #FC0EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0EFF

Black with #FC0EFF

Text Example


Text Example

White with #FC0EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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