Html Css Color HEX #FC10FE Magenta

📋 copy color: '#FC10FE'

red 252 ◦ green 16 ◦ blue 254

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

Shades of Magenta #FC10FE

Tints of Magenta #FC10FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.66%

R = 48.28%
G = 3.07%
B = 48.66%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC10FE (or 0xFC10FE) is known color: Magenta. HEX triplet: FC, 10 and FE. RGB value is (252,16,254). Sum of RGB (Red+Green+Blue) = 252+16+254=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 16 (6.64% from 255 or 3.07% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC10FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC10FE is #03EF01. Grayscale: #707070. Windows color (decimal): -257794 or 16650492. OLE color: 16650492.

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

Color convert

RGB 252 16 254 -
CMYK 0.01 0.94 0 0.00
HSL 299.5º 0.99% 0.53% -
HSV(B) 299.5º 0.94% 1% -
XYZ 58.22 28.22 96.14 -
YUV 113.7 207.19 226.65 -
System Red Green Blue C M Y K H S L
Decimal 252 16 254 0.01 0.94 0 0.00 299.5 0.99 0.53
Hex FC 10 FE 1 5E 0 0 12B 63 35
Octal 374 20 376 1 136 0 0 453 143 65
Binary 11111100 10000 11111110 1 1011110 0 0 100101011 1100011 110101

Color Harmonies of #FC10FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC10FE

Black with #FC10FE

Text Example


Text Example

White with #FC10FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC10FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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