Html Css Color HEX #FC11EB Magenta

📋 copy color: '#FC11EB'

red 252 ◦ green 17 ◦ blue 235

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

Shades of Magenta #FC11EB

Tints of Magenta #FC11EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.63%

R = 50%
G = 3.37%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FC11EB (or 0xFC11EB) is known color: Magenta. HEX triplet: FC, 11 and EB. RGB value is (252,17,235). Sum of RGB (Red+Green+Blue) = 252+17+235=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 17 (7.03% from 255 or 3.37% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC11EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC11EB is #03EE14. Grayscale: #6F6F6F. Windows color (decimal): -257557 or 15405564. OLE color: 15405564.

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

Color convert

RGB 252 17 235 -
CMYK 0 0.93 0.07 0.01
HSL 304.34º 0.98% 0.53% -
HSV(B) 304.34º 0.93% 0.99% -
XYZ 55.34 27.09 80.91 -
YUV 112.12 197.36 227.77 -
System Red Green Blue C M Y K H S L
Decimal 252 17 235 0 0.93 0.07 0.01 304.34 0.98 0.53
Hex FC 11 EB 0 5D 7 1 130 62 35
Octal 374 21 353 0 135 7 1 460 142 65
Binary 11111100 10001 11101011 0 1011101 111 1 100110000 1100010 110101

Color Harmonies of #FC11EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC11EB

Black with #FC11EB

Text Example


Text Example

White with #FC11EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC11EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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