Html Css Color HEX #F015EC Magenta

📋 copy color: '#F015EC'

red 240 ◦ green 21 ◦ blue 236

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

Shades of Magenta #F015EC

Tints of Magenta #F015EC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.23%

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

R = 48.29%
G = 4.23%
B = 47.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F015EC (or 0xF015EC) is known color: Magenta. HEX triplet: F0, 15 and EC. RGB value is (240,21,236). Sum of RGB (Red+Green+Blue) = 240+21+236=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 21 (8.59% from 255 or 4.23% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F015EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F015EC is #0FEA13. Grayscale: #6E6E6E. Windows color (decimal): -1042964 or 15472112. OLE color: 15472112.

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

Color convert

RGB 240 21 236 -
CMYK 0 0.91 0.02 0.06
HSL 301.1º 0.88% 0.51% -
HSV(B) 301.1º 0.91% 0.94% -
XYZ 51.34 25.12 81.5 -
YUV 110.99 198.55 220.02 -
System Red Green Blue C M Y K H S L
Decimal 240 21 236 0 0.91 0.02 0.06 301.1 0.88 0.51
Hex F0 15 EC 0 5B 2 6 12D 58 33
Octal 360 25 354 0 133 2 6 455 130 63
Binary 11110000 10101 11101100 0 1011011 10 110 100101101 1011000 110011

Color Harmonies of #F015EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F015EC

Black with #F015EC

Text Example


Text Example

White with #F015EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F015EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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