Html Css Color HEX #FC10F0 Magenta

📋 copy color: '#FC10F0'

red 252 ◦ green 16 ◦ blue 240

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

Shades of Magenta #FC10F0

Tints of Magenta #FC10F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.24%

R = 49.61%
G = 3.15%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC10F0 (or 0xFC10F0) is known color: Magenta. HEX triplet: FC, 10 and F0. RGB value is (252,16,240). Sum of RGB (Red+Green+Blue) = 252+16+240=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 16 (6.64% from 255 or 3.15% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC10F0 is #03EF0F. Grayscale: #6F6F6F. Windows color (decimal): -257808 or 15732988. OLE color: 15732988.

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

Color convert

RGB 252 16 240 -
CMYK 0 0.94 0.05 0.01
HSL 303.05º 0.98% 0.53% -
HSV(B) 303.05º 0.94% 0.99% -
XYZ 56.06 27.36 84.76 -
YUV 112.1 200.19 227.79 -
System Red Green Blue C M Y K H S L
Decimal 252 16 240 0 0.94 0.05 0.01 303.05 0.98 0.53
Hex FC 10 F0 0 5E 5 1 12F 62 35
Octal 374 20 360 0 136 5 1 457 142 65
Binary 11111100 10000 11110000 0 1011110 101 1 100101111 1100010 110101

Color Harmonies of #FC10F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC10F0

Black with #FC10F0

Text Example


Text Example

White with #FC10F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC10F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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