Html Css Color HEX #FC10ED Magenta

📋 copy color: '#FC10ED'

red 252 ◦ green 16 ◦ blue 237

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

Shades of Magenta #FC10ED

Tints of Magenta #FC10ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.93%

R = 49.9%
G = 3.17%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC10ED (or 0xFC10ED) is known color: Magenta. HEX triplet: FC, 10 and ED. RGB value is (252,16,237). Sum of RGB (Red+Green+Blue) = 252+16+237=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 16 (6.64% from 255 or 3.17% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC10ED is #03EF12. Grayscale: #6F6F6F. Windows color (decimal): -257811 or 15536380. OLE color: 15536380.

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

Color convert

RGB 252 16 237 -
CMYK 0 0.94 0.06 0.01
HSL 303.81º 0.98% 0.53% -
HSV(B) 303.81º 0.94% 0.99% -
XYZ 55.62 27.18 82.44 -
YUV 111.76 198.69 228.03 -
System Red Green Blue C M Y K H S L
Decimal 252 16 237 0 0.94 0.06 0.01 303.81 0.98 0.53
Hex FC 10 ED 0 5E 6 1 130 62 35
Octal 374 20 355 0 136 6 1 460 142 65
Binary 11111100 10000 11101101 0 1011110 110 1 100110000 1100010 110101

Color Harmonies of #FC10ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC10ED

Black with #FC10ED

Text Example


Text Example

White with #FC10ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC10ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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