Html Css Color HEX #F013E2 Hot Magenta

📋 copy color: '#F013E2'

red 240 ◦ green 19 ◦ blue 226

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

Shades of Hot Magenta #F013E2

Tints of Hot Magenta #F013E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 46.6%

R = 49.48%
G = 3.92%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F013E2 (or 0xF013E2) is known color: Hot Magenta. HEX triplet: F0, 13 and E2. RGB value is (240,19,226). Sum of RGB (Red+Green+Blue) = 240+19+226=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 19 (7.81% from 255 or 3.92% from 485); Blue value is 226 (88.67% from 255 or 46.60% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F013E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F013E2 is #0FEC1D. Grayscale: #6C6C6C. Windows color (decimal): -1043486 or 14816240. OLE color: 14816240.

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

Color convert

RGB 240 19 226 -
CMYK 0 0.92 0.06 0.06
HSL 303.8º 0.88% 0.51% -
HSV(B) 303.8º 0.92% 0.94% -
XYZ 49.9 24.48 74.05 -
YUV 108.68 194.22 221.67 -
System Red Green Blue C M Y K H S L
Decimal 240 19 226 0 0.92 0.06 0.06 303.8 0.88 0.51
Hex F0 13 E2 0 5C 6 6 130 58 33
Octal 360 23 342 0 134 6 6 460 130 63
Binary 11110000 10011 11100010 0 1011100 110 110 100110000 1011000 110011

Color Harmonies of #F013E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F013E2

Black with #F013E2

Text Example


Text Example

White with #F013E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F013E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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