Html Css Color HEX #FC0EF1 Magenta

📋 copy color: '#FC0EF1'

red 252 ◦ green 14 ◦ blue 241

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

Shades of Magenta #FC0EF1

Tints of Magenta #FC0EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.53%

R = 49.7%
G = 2.76%
B = 47.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC0EF1 (or 0xFC0EF1) is known color: Magenta. HEX triplet: FC, 0E and F1. RGB value is (252,14,241). Sum of RGB (Red+Green+Blue) = 252+14+241=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 14 (5.86% from 255 or 2.76% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0EF1 is #03F10E. Grayscale: #6E6E6E. Windows color (decimal): -258319 or 15798012. OLE color: 15798012.

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

Color convert

RGB 252 14 241 -
CMYK 0 0.94 0.04 0.01
HSL 302.77º 0.98% 0.52% -
HSV(B) 302.77º 0.94% 0.99% -
XYZ 56.18 27.36 85.54 -
YUV 111.04 201.35 228.54 -
System Red Green Blue C M Y K H S L
Decimal 252 14 241 0 0.94 0.04 0.01 302.77 0.98 0.52
Hex FC E F1 0 5E 4 1 12F 62 34
Octal 374 16 361 0 136 4 1 457 142 64
Binary 11111100 1110 11110001 0 1011110 100 1 100101111 1100010 110100

Color Harmonies of #FC0EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0EF1

Black with #FC0EF1

Text Example


Text Example

White with #FC0EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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