Html Css Color HEX #FC10E5 Hot Magenta

📋 copy color: '#FC10E5'

red 252 ◦ green 16 ◦ blue 229

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

Shades of Hot Magenta #FC10E5

Tints of Hot Magenta #FC10E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.08%

R = 50.7%
G = 3.22%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC10E5 (or 0xFC10E5) is known color: Hot Magenta. HEX triplet: FC, 10 and E5. RGB value is (252,16,229). Sum of RGB (Red+Green+Blue) = 252+16+229=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 16 (6.64% from 255 or 3.22% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC10E5 is #03EF1A. Grayscale: #6E6E6E. Windows color (decimal): -257819 or 15012092. OLE color: 15012092.

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

Color convert

RGB 252 16 229 -
CMYK 0 0.94 0.09 0.01
HSL 305.85º 0.98% 0.53% -
HSV(B) 305.85º 0.94% 0.99% -
XYZ 54.47 26.72 76.42 -
YUV 110.85 194.69 228.68 -
System Red Green Blue C M Y K H S L
Decimal 252 16 229 0 0.94 0.09 0.01 305.85 0.98 0.53
Hex FC 10 E5 0 5E 9 1 132 62 35
Octal 374 20 345 0 136 11 1 462 142 65
Binary 11111100 10000 11100101 0 1011110 1001 1 100110010 1100010 110101

Color Harmonies of #FC10E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC10E5

Black with #FC10E5

Text Example


Text Example

White with #FC10E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC10E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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