Html Css Color HEX #FC10F7 Magenta

📋 copy color: '#FC10F7'

red 252 ◦ green 16 ◦ blue 247

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

Shades of Magenta #FC10F7

Tints of Magenta #FC10F7

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.11%

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

R = 48.93%
G = 3.11%
B = 47.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC10F7 (or 0xFC10F7) is known color: Magenta. HEX triplet: FC, 10 and F7. RGB value is (252,16,247). Sum of RGB (Red+Green+Blue) = 252+16+247=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 16 (6.64% from 255 or 3.11% from 515); Blue value is 247 (96.88% from 255 or 47.96% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC10F7 is #03EF08. Grayscale: #707070. Windows color (decimal): -257801 or 16191740. OLE color: 16191740.

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

Color convert

RGB 252 16 247 -
CMYK 0 0.94 0.02 0.01
HSL 301.27º 0.98% 0.53% -
HSV(B) 301.27º 0.94% 0.99% -
XYZ 57.12 27.78 90.35 -
YUV 112.9 203.69 227.22 -
System Red Green Blue C M Y K H S L
Decimal 252 16 247 0 0.94 0.02 0.01 301.27 0.98 0.53
Hex FC 10 F7 0 5E 2 1 12D 62 35
Octal 374 20 367 0 136 2 1 455 142 65
Binary 11111100 10000 11110111 0 1011110 10 1 100101101 1100010 110101

Color Harmonies of #FC10F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC10F7

Black with #FC10F7

Text Example


Text Example

White with #FC10F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC10F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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