Html Css Color HEX #F010EE Magenta

📋 copy color: '#F010EE'

red 240 ◦ green 16 ◦ blue 238

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

Shades of Magenta #F010EE

Tints of Magenta #F010EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.18%

R = 48.58%
G = 3.24%
B = 48.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F010EE (or 0xF010EE) is known color: Magenta. HEX triplet: F0, 10 and EE. RGB value is (240,16,238). Sum of RGB (Red+Green+Blue) = 240+16+238=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 16 (6.64% from 255 or 3.24% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F010EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F010EE is #0FEF11. Grayscale: #6B6B6B. Windows color (decimal): -1044242 or 15601904. OLE color: 15601904.

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

Color convert

RGB 240 16 238 -
CMYK 0 0.93 0.01 0.06
HSL 300.54º 0.88% 0.5% -
HSV(B) 300.54º 0.93% 0.94% -
XYZ 51.55 25.07 83.01 -
YUV 108.28 201.21 221.95 -
System Red Green Blue C M Y K H S L
Decimal 240 16 238 0 0.93 0.01 0.06 300.54 0.88 0.5
Hex F0 10 EE 0 5D 1 6 12D 58 32
Octal 360 20 356 0 135 1 6 455 130 62
Binary 11110000 10000 11101110 0 1011101 1 110 100101101 1011000 110010

Color Harmonies of #F010EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F010EE

Black with #F010EE

Text Example


Text Example

White with #F010EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F010EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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