Html Css Color HEX #F013E9 Magenta

📋 copy color: '#F013E9'

red 240 ◦ green 19 ◦ blue 233

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

Shades of Magenta #F013E9

Tints of Magenta #F013E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.36%

R = 48.78%
G = 3.86%
B = 47.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#F013E9 (or 0xF013E9) is known color: Magenta. HEX triplet: F0, 13 and E9. RGB value is (240,19,233). Sum of RGB (Red+Green+Blue) = 240+19+233=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 19 (7.81% from 255 or 3.86% from 492); Blue value is 233 (91.41% from 255 or 47.36% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F013E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F013E9 is #0FEC16. Grayscale: #6C6C6C. Windows color (decimal): -1043479 or 15274992. OLE color: 15274992.

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

Color convert

RGB 240 19 233 -
CMYK 0 0.92 0.03 0.06
HSL 301.9º 0.88% 0.51% -
HSV(B) 301.9º 0.92% 0.94% -
XYZ 50.88 24.87 79.21 -
YUV 109.48 197.72 221.1 -
System Red Green Blue C M Y K H S L
Decimal 240 19 233 0 0.92 0.03 0.06 301.9 0.88 0.51
Hex F0 13 E9 0 5C 3 6 12E 58 33
Octal 360 23 351 0 134 3 6 456 130 63
Binary 11110000 10011 11101001 0 1011100 11 110 100101110 1011000 110011

Color Harmonies of #F013E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F013E9

Black with #F013E9

Text Example


Text Example

White with #F013E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F013E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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