Html Css Color HEX #F01EEC Magenta

📋 copy color: '#F01EEC'

red 240 ◦ green 30 ◦ blue 236

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

Shades of Magenta #F01EEC

Tints of Magenta #F01EEC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.93%

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

R = 47.43%
G = 5.93%
B = 46.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F01EEC (or 0xF01EEC) is known color: Magenta. HEX triplet: F0, 1E and EC. RGB value is (240,30,236). Sum of RGB (Red+Green+Blue) = 240+30+236=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 30 (12.11% from 255 or 5.93% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F01EEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01EEC is #0FE113. Grayscale: #737373. Windows color (decimal): -1040660 or 15474416. OLE color: 15474416.

HSL color Cylindrical-coordinate representation of color #F01EEC: hue angle of 301.14º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01EEC is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 30 236 -
CMYK 0 0.87 0.02 0.06
HSL 301.14º 0.88% 0.53% -
HSV(B) 301.14º 0.88% 0.94% -
XYZ 51.54 25.51 81.56 -
YUV 116.27 195.57 216.25 -
System Red Green Blue C M Y K H S L
Decimal 240 30 236 0 0.87 0.02 0.06 301.14 0.88 0.53
Hex F0 1E EC 0 57 2 6 12D 58 35
Octal 360 36 354 0 127 2 6 455 130 65
Binary 11110000 11110 11101100 0 1010111 10 110 100101101 1011000 110101

Color Harmonies of #F01EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01EEC

Black with #F01EEC

Text Example


Text Example

White with #F01EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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