Html Css Color HEX #F012EE Magenta

📋 copy color: '#F012EE'

red 240 ◦ green 18 ◦ blue 238

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

Shades of Magenta #F012EE

Tints of Magenta #F012EE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.63%

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

R = 48.39%
G = 3.63%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F012EE (or 0xF012EE) is known color: Magenta. HEX triplet: F0, 12 and EE. RGB value is (240,18,238). Sum of RGB (Red+Green+Blue) = 240+18+238=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 18 (7.42% from 255 or 3.63% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F012EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F012EE is #0FED11. Grayscale: #6C6C6C. Windows color (decimal): -1043730 or 15602416. OLE color: 15602416.

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

Color convert

RGB 240 18 238 -
CMYK 0 0.92 0.01 0.06
HSL 300.54º 0.88% 0.51% -
HSV(B) 300.54º 0.93% 0.94% -
XYZ 51.58 25.13 83.02 -
YUV 109.46 200.55 221.11 -
System Red Green Blue C M Y K H S L
Decimal 240 18 238 0 0.92 0.01 0.06 300.54 0.88 0.51
Hex F0 12 EE 0 5C 1 6 12D 58 33
Octal 360 22 356 0 134 1 6 455 130 63
Binary 11110000 10010 11101110 0 1011100 1 110 100101101 1011000 110011

Color Harmonies of #F012EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F012EE

Black with #F012EE

Text Example


Text Example

White with #F012EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F012EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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