Html Css Color HEX #FC0EF7 Magenta

📋 copy color: '#FC0EF7'

red 252 ◦ green 14 ◦ blue 247

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

Shades of Magenta #FC0EF7

Tints of Magenta #FC0EF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 48.15%

R = 49.12%
G = 2.73%
B = 48.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC0EF7 (or 0xFC0EF7) is known color: Magenta. HEX triplet: FC, 0E and F7. RGB value is (252,14,247). Sum of RGB (Red+Green+Blue) = 252+14+247=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 14 (5.86% from 255 or 2.73% from 513); Blue value is 247 (96.88% from 255 or 48.15% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0EF7 is #03F108. Grayscale: #6F6F6F. Windows color (decimal): -258313 or 16191228. OLE color: 16191228.

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

Color convert

RGB 252 14 247 -
CMYK 0 0.94 0.02 0.01
HSL 301.26º 0.98% 0.52% -
HSV(B) 301.26º 0.94% 0.99% -
XYZ 57.09 27.72 90.34 -
YUV 111.72 204.35 228.05 -
System Red Green Blue C M Y K H S L
Decimal 252 14 247 0 0.94 0.02 0.01 301.26 0.98 0.52
Hex FC E F7 0 5E 2 1 12D 62 34
Octal 374 16 367 0 136 2 1 455 142 64
Binary 11111100 1110 11110111 0 1011110 10 1 100101101 1100010 110100

Color Harmonies of #FC0EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0EF7

Black with #FC0EF7

Text Example


Text Example

White with #FC0EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0EF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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