Html Css Color HEX #F010E7 Magenta

📋 copy color: '#F010E7'

red 240 ◦ green 16 ◦ blue 231

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

Shades of Magenta #F010E7

Tints of Magenta #F010E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.43%

R = 49.28%
G = 3.29%
B = 47.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#F010E7 (or 0xF010E7) is known color: Magenta. HEX triplet: F0, 10 and E7. RGB value is (240,16,231). Sum of RGB (Red+Green+Blue) = 240+16+231=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 16 (6.64% from 255 or 3.29% from 487); Blue value is 231 (90.62% from 255 or 47.43% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F010E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F010E7 is #0FEF18. Grayscale: #6A6A6A. Windows color (decimal): -1044249 or 15143152. OLE color: 15143152.

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

Color convert

RGB 240 16 231 -
CMYK 0 0.93 0.04 0.06
HSL 302.41º 0.88% 0.5% -
HSV(B) 302.41º 0.93% 0.94% -
XYZ 50.54 24.67 77.7 -
YUV 107.49 197.71 222.52 -
System Red Green Blue C M Y K H S L
Decimal 240 16 231 0 0.93 0.04 0.06 302.41 0.88 0.5
Hex F0 10 E7 0 5D 4 6 12E 58 32
Octal 360 20 347 0 135 4 6 456 130 62
Binary 11110000 10000 11100111 0 1011101 100 110 100101110 1011000 110010

Color Harmonies of #F010E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F010E7

Black with #F010E7

Text Example


Text Example

White with #F010E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F010E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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