Html Css Color HEX #FC10F5 Magenta

📋 copy color: '#FC10F5'

red 252 ◦ green 16 ◦ blue 245

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

Shades of Magenta #FC10F5

Tints of Magenta #FC10F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.76%

R = 49.12%
G = 3.12%
B = 47.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FC10F5 (or 0xFC10F5) is known color: Magenta. HEX triplet: FC, 10 and F5. RGB value is (252,16,245). Sum of RGB (Red+Green+Blue) = 252+16+245=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 16 (6.64% from 255 or 3.12% from 513); Blue value is 245 (96.09% from 255 or 47.76% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC10F5 is #03EF0A. Grayscale: #6F6F6F. Windows color (decimal): -257803 or 16060668. OLE color: 16060668.

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

Color convert

RGB 252 16 245 -
CMYK 0 0.94 0.03 0.01
HSL 301.78º 0.98% 0.53% -
HSV(B) 301.78º 0.94% 0.99% -
XYZ 56.81 27.66 88.73 -
YUV 112.67 202.69 227.38 -
System Red Green Blue C M Y K H S L
Decimal 252 16 245 0 0.94 0.03 0.01 301.78 0.98 0.53
Hex FC 10 F5 0 5E 3 1 12E 62 35
Octal 374 20 365 0 136 3 1 456 142 65
Binary 11111100 10000 11110101 0 1011110 11 1 100101110 1100010 110101

Color Harmonies of #FC10F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC10F5

Black with #FC10F5

Text Example


Text Example

White with #FC10F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC10F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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