Html Css Color HEX #FC0EE7 Magenta

📋 copy color: '#FC0EE7'

red 252 ◦ green 14 ◦ blue 231

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

Shades of Magenta #FC0EE7

Tints of Magenta #FC0EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.48%

R = 50.7%
G = 2.82%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC0EE7 (or 0xFC0EE7) is known color: Magenta. HEX triplet: FC, 0E and E7. RGB value is (252,14,231). Sum of RGB (Red+Green+Blue) = 252+14+231=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 14 (5.86% from 255 or 2.82% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0EE7 is #03F118. Grayscale: #6D6D6D. Windows color (decimal): -258329 or 15142652. OLE color: 15142652.

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

Color convert

RGB 252 14 231 -
CMYK 0 0.94 0.08 0.01
HSL 305.29º 0.98% 0.52% -
HSV(B) 305.29º 0.94% 0.99% -
XYZ 54.73 26.78 77.89 -
YUV 109.9 196.35 229.36 -
System Red Green Blue C M Y K H S L
Decimal 252 14 231 0 0.94 0.08 0.01 305.29 0.98 0.52
Hex FC E E7 0 5E 8 1 131 62 34
Octal 374 16 347 0 136 10 1 461 142 64
Binary 11111100 1110 11100111 0 1011110 1000 1 100110001 1100010 110100

Color Harmonies of #FC0EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0EE7

Black with #FC0EE7

Text Example


Text Example

White with #FC0EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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