Html Css Color HEX #FC10E9 Magenta

📋 copy color: '#FC10E9'

red 252 ◦ green 16 ◦ blue 233

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

Shades of Magenta #FC10E9

Tints of Magenta #FC10E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.51%

R = 50.3%
G = 3.19%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC10E9 (or 0xFC10E9) is known color: Magenta. HEX triplet: FC, 10 and E9. RGB value is (252,16,233). Sum of RGB (Red+Green+Blue) = 252+16+233=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 16 (6.64% from 255 or 3.19% from 501); Blue value is 233 (91.41% from 255 or 46.51% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC10E9 is #03EF16. Grayscale: #6E6E6E. Windows color (decimal): -257815 or 15274236. OLE color: 15274236.

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

Color convert

RGB 252 16 233 -
CMYK 0 0.94 0.08 0.01
HSL 304.83º 0.98% 0.53% -
HSV(B) 304.83º 0.94% 0.99% -
XYZ 55.04 26.95 79.39 -
YUV 111.3 196.69 228.36 -
System Red Green Blue C M Y K H S L
Decimal 252 16 233 0 0.94 0.08 0.01 304.83 0.98 0.53
Hex FC 10 E9 0 5E 8 1 131 62 35
Octal 374 20 351 0 136 10 1 461 142 65
Binary 11111100 10000 11101001 0 1011110 1000 1 100110001 1100010 110101

Color Harmonies of #FC10E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC10E9

Black with #FC10E9

Text Example


Text Example

White with #FC10E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC10E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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