Html Css Color HEX #F010EC Magenta

📋 copy color: '#F010EC'

red 240 ◦ green 16 ◦ blue 236

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

Shades of Magenta #F010EC

Tints of Magenta #F010EC

RGB

 RED value IS 240 (94.14% from 255) = 48.78%

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

 BLUE value IS 236 (92.58% from 255) = 47.97%

R = 48.78%
G = 3.25%
B = 47.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F010EC (or 0xF010EC) is known color: Magenta. HEX triplet: F0, 10 and EC. RGB value is (240,16,236). Sum of RGB (Red+Green+Blue) = 240+16+236=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 16 (6.64% from 255 or 3.25% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F010EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F010EC is #0FEF13. Grayscale: #6B6B6B. Windows color (decimal): -1044244 or 15470832. OLE color: 15470832.

HSL color Cylindrical-coordinate representation of color #F010EC: hue angle of 301.07º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F010EC is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 16 236 -
CMYK 0 0.93 0.02 0.06
HSL 301.07º 0.88% 0.5% -
HSV(B) 301.07º 0.93% 0.94% -
XYZ 51.26 24.95 81.47 -
YUV 108.06 200.21 222.11 -
System Red Green Blue C M Y K H S L
Decimal 240 16 236 0 0.93 0.02 0.06 301.07 0.88 0.5
Hex F0 10 EC 0 5D 2 6 12D 58 32
Octal 360 20 354 0 135 2 6 455 130 62
Binary 11110000 10000 11101100 0 1011101 10 110 100101101 1011000 110010

Color Harmonies of #F010EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F010EC

Black with #F010EC

Text Example


Text Example

White with #F010EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F010EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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