Html Css Color HEX #FC10FA Magenta

📋 copy color: '#FC10FA'

red 252 ◦ green 16 ◦ blue 250

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

Shades of Magenta #FC10FA

Tints of Magenta #FC10FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.26%

R = 48.65%
G = 3.09%
B = 48.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC10FA (or 0xFC10FA) is known color: Magenta. HEX triplet: FC, 10 and FA. RGB value is (252,16,250). Sum of RGB (Red+Green+Blue) = 252+16+250=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 16 (6.64% from 255 or 3.09% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC10FA is #03EF05. Grayscale: #707070. Windows color (decimal): -257798 or 16388348. OLE color: 16388348.

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

Color convert

RGB 252 16 250 -
CMYK 0 0.94 0.01 0.01
HSL 300.51º 0.98% 0.53% -
HSV(B) 300.51º 0.94% 0.99% -
XYZ 57.59 27.97 92.81 -
YUV 113.24 205.19 226.97 -
System Red Green Blue C M Y K H S L
Decimal 252 16 250 0 0.94 0.01 0.01 300.51 0.98 0.53
Hex FC 10 FA 0 5E 1 1 12D 62 35
Octal 374 20 372 0 136 1 1 455 142 65
Binary 11111100 10000 11111010 0 1011110 1 1 100101101 1100010 110101

Color Harmonies of #FC10FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC10FA

Black with #FC10FA

Text Example


Text Example

White with #FC10FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC10FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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