Html Css Color HEX #FC11F7 Magenta

📋 copy color: '#FC11F7'

red 252 ◦ green 17 ◦ blue 247

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

Shades of Magenta #FC11F7

Tints of Magenta #FC11F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.87%

R = 48.84%
G = 3.29%
B = 47.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC11F7 (or 0xFC11F7) is known color: Magenta. HEX triplet: FC, 11 and F7. RGB value is (252,17,247). Sum of RGB (Red+Green+Blue) = 252+17+247=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 17 (7.03% from 255 or 3.29% from 516); Blue value is 247 (96.88% from 255 or 47.87% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC11F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC11F7 is #03EE08. Grayscale: #707070. Windows color (decimal): -257545 or 16191996. OLE color: 16191996.

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

Color convert

RGB 252 17 247 -
CMYK 0 0.93 0.02 0.01
HSL 301.28º 0.98% 0.53% -
HSV(B) 301.28º 0.93% 0.99% -
XYZ 57.13 27.81 90.35 -
YUV 113.49 203.36 226.8 -
System Red Green Blue C M Y K H S L
Decimal 252 17 247 0 0.93 0.02 0.01 301.28 0.98 0.53
Hex FC 11 F7 0 5D 2 1 12D 62 35
Octal 374 21 367 0 135 2 1 455 142 65
Binary 11111100 10001 11110111 0 1011101 10 1 100101101 1100010 110101

Color Harmonies of #FC11F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC11F7

Black with #FC11F7

Text Example


Text Example

White with #FC11F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC11F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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