Html Css Color HEX #FC11FB Magenta

📋 copy color: '#FC11FB'

red 252 ◦ green 17 ◦ blue 251

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

Shades of Magenta #FC11FB

Tints of Magenta #FC11FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.27%

R = 48.46%
G = 3.27%
B = 48.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FC11FB (or 0xFC11FB) is known color: Magenta. HEX triplet: FC, 11 and FB. RGB value is (252,17,251). Sum of RGB (Red+Green+Blue) = 252+17+251=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 17 (7.03% from 255 or 3.27% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC11FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC11FB is #03EE04. Grayscale: #717171. Windows color (decimal): -257541 or 16454140. OLE color: 16454140.

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

Color convert

RGB 252 17 251 -
CMYK 0 0.93 0.00 0.01
HSL 300.26º 0.98% 0.53% -
HSV(B) 300.26º 0.93% 0.99% -
XYZ 57.76 28.06 93.64 -
YUV 113.94 205.36 226.47 -
System Red Green Blue C M Y K H S L
Decimal 252 17 251 0 0.93 0.00 0.01 300.26 0.98 0.53
Hex FC 11 FB 0 5D 0 1 12C 62 35
Octal 374 21 373 0 135 0 1 454 142 65
Binary 11111100 10001 11111011 0 1011101 0 1 100101100 1100010 110101

Color Harmonies of #FC11FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC11FB

Black with #FC11FB

Text Example


Text Example

White with #FC11FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC11FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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