Html Css Color HEX #F013EC Magenta

📋 copy color: '#F013EC'

red 240 ◦ green 19 ◦ blue 236

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

Shades of Magenta #F013EC

Tints of Magenta #F013EC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.84%

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

R = 48.48%
G = 3.84%
B = 47.68%

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

#F013EC (or 0xF013EC) is known color: Magenta. HEX triplet: F0, 13 and EC. RGB value is (240,19,236). Sum of RGB (Red+Green+Blue) = 240+19+236=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 19 (7.81% from 255 or 3.84% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F013EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F013EC is #0FEC13. Grayscale: #6D6D6D. Windows color (decimal): -1043476 or 15471600. OLE color: 15471600.

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

Color convert

RGB 240 19 236 -
CMYK 0 0.92 0.02 0.06
HSL 301.09º 0.88% 0.51% -
HSV(B) 301.09º 0.92% 0.94% -
XYZ 51.31 25.05 81.49 -
YUV 109.82 199.22 220.86 -
System Red Green Blue C M Y K H S L
Decimal 240 19 236 0 0.92 0.02 0.06 301.09 0.88 0.51
Hex F0 13 EC 0 5C 2 6 12D 58 33
Octal 360 23 354 0 134 2 6 455 130 63
Binary 11110000 10011 11101100 0 1011100 10 110 100101101 1011000 110011

Color Harmonies of #F013EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F013EC

Black with #F013EC

Text Example


Text Example

White with #F013EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F013EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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