Html Css Color HEX #FC0EEF Magenta

📋 copy color: '#FC0EEF'

red 252 ◦ green 14 ◦ blue 239

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

Shades of Magenta #FC0EEF

Tints of Magenta #FC0EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.33%

R = 49.9%
G = 2.77%
B = 47.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC0EEF (or 0xFC0EEF) is known color: Magenta. HEX triplet: FC, 0E and EF. RGB value is (252,14,239). Sum of RGB (Red+Green+Blue) = 252+14+239=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 14 (5.86% from 255 or 2.77% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0EEF is #03F110. Grayscale: #6E6E6E. Windows color (decimal): -258321 or 15666940. OLE color: 15666940.

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

Color convert

RGB 252 14 239 -
CMYK 0 0.94 0.05 0.01
HSL 303.28º 0.98% 0.52% -
HSV(B) 303.28º 0.94% 0.99% -
XYZ 55.88 27.24 83.97 -
YUV 110.81 200.35 228.7 -
System Red Green Blue C M Y K H S L
Decimal 252 14 239 0 0.94 0.05 0.01 303.28 0.98 0.52
Hex FC E EF 0 5E 5 1 12F 62 34
Octal 374 16 357 0 136 5 1 457 142 64
Binary 11111100 1110 11101111 0 1011110 101 1 100101111 1100010 110100

Color Harmonies of #FC0EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0EEF

Black with #FC0EEF

Text Example


Text Example

White with #FC0EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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