Html Css Color HEX #F010E8 Magenta

📋 copy color: '#F010E8'

red 240 ◦ green 16 ◦ blue 232

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

Shades of Magenta #F010E8

Tints of Magenta #F010E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.54%

R = 49.18%
G = 3.28%
B = 47.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#F010E8 (or 0xF010E8) is known color: Magenta. HEX triplet: F0, 10 and E8. RGB value is (240,16,232). Sum of RGB (Red+Green+Blue) = 240+16+232=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 16 (6.64% from 255 or 3.28% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F010E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F010E8 is #0FEF17. Grayscale: #6A6A6A. Windows color (decimal): -1044248 or 15208688. OLE color: 15208688.

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

Color convert

RGB 240 16 232 -
CMYK 0 0.93 0.03 0.06
HSL 302.14º 0.88% 0.5% -
HSV(B) 302.14º 0.93% 0.94% -
XYZ 50.69 24.72 78.44 -
YUV 107.6 198.21 222.44 -
System Red Green Blue C M Y K H S L
Decimal 240 16 232 0 0.93 0.03 0.06 302.14 0.88 0.5
Hex F0 10 E8 0 5D 3 6 12E 58 32
Octal 360 20 350 0 135 3 6 456 130 62
Binary 11110000 10000 11101000 0 1011101 11 110 100101110 1011000 110010

Color Harmonies of #F010E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F010E8

Black with #F010E8

Text Example


Text Example

White with #F010E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F010E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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