Html Css Color HEX #F012EC Magenta

📋 copy color: '#F012EC'

red 240 ◦ green 18 ◦ blue 236

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

Shades of Magenta #F012EC

Tints of Magenta #F012EC

RGB

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

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

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

R = 48.58%
G = 3.64%
B = 47.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F012EC (or 0xF012EC) is known color: Magenta. HEX triplet: F0, 12 and EC. RGB value is (240,18,236). Sum of RGB (Red+Green+Blue) = 240+18+236=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 18 (7.42% from 255 or 3.64% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F012EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F012EC is #0FED13. Grayscale: #6C6C6C. Windows color (decimal): -1043732 or 15471344. OLE color: 15471344.

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

Color convert

RGB 240 18 236 -
CMYK 0 0.92 0.02 0.06
HSL 301.08º 0.88% 0.51% -
HSV(B) 301.08º 0.93% 0.94% -
XYZ 51.29 25.01 81.48 -
YUV 109.23 199.55 221.27 -
System Red Green Blue C M Y K H S L
Decimal 240 18 236 0 0.92 0.02 0.06 301.08 0.88 0.51
Hex F0 12 EC 0 5C 2 6 12D 58 33
Octal 360 22 354 0 134 2 6 455 130 63
Binary 11110000 10010 11101100 0 1011100 10 110 100101101 1011000 110011

Color Harmonies of #F012EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F012EC

Black with #F012EC

Text Example


Text Example

White with #F012EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F012EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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