Html Css Color HEX #FC11EF Magenta

📋 copy color: '#FC11EF'

red 252 ◦ green 17 ◦ blue 239

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

Shades of Magenta #FC11EF

Tints of Magenta #FC11EF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.35%

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

R = 49.61%
G = 3.35%
B = 47.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC11EF (or 0xFC11EF) is known color: Magenta. HEX triplet: FC, 11 and EF. RGB value is (252,17,239). Sum of RGB (Red+Green+Blue) = 252+17+239=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 17 (7.03% from 255 or 3.35% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC11EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC11EF is #03EE10. Grayscale: #6F6F6F. Windows color (decimal): -257553 or 15667708. OLE color: 15667708.

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

Color convert

RGB 252 17 239 -
CMYK 0 0.93 0.05 0.01
HSL 303.32º 0.98% 0.53% -
HSV(B) 303.32º 0.93% 0.99% -
XYZ 55.93 27.33 83.99 -
YUV 112.57 199.36 227.45 -
System Red Green Blue C M Y K H S L
Decimal 252 17 239 0 0.93 0.05 0.01 303.32 0.98 0.53
Hex FC 11 EF 0 5D 5 1 12F 62 35
Octal 374 21 357 0 135 5 1 457 142 65
Binary 11111100 10001 11101111 0 1011101 101 1 100101111 1100010 110101

Color Harmonies of #FC11EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC11EF

Black with #FC11EF

Text Example


Text Example

White with #FC11EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC11EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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