Html Css Color HEX #F019E3 Hot Magenta

📋 copy color: '#F019E3'

red 240 ◦ green 25 ◦ blue 227

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

Shades of Hot Magenta #F019E3

Tints of Hot Magenta #F019E3

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.08%

 BLUE value IS 227 (89.06% from 255) = 46.14%

R = 48.78%
G = 5.08%
B = 46.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F019E3 (or 0xF019E3) is known color: Hot Magenta. HEX triplet: F0, 19 and E3. RGB value is (240,25,227). Sum of RGB (Red+Green+Blue) = 240+25+227=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 25 (10.16% from 255 or 5.08% from 492); Blue value is 227 (89.06% from 255 or 46.14% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F019E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F019E3 is #0FE61C. Grayscale: #6F6F6F. Windows color (decimal): -1041949 or 14883312. OLE color: 14883312.

HSL color Cylindrical-coordinate representation of color #F019E3: hue angle of 303.63º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F019E3 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 25 227 -
CMYK 0 0.90 0.05 0.06
HSL 303.63º 0.88% 0.52% -
HSV(B) 303.63º 0.9% 0.94% -
XYZ 50.15 24.77 74.81 -
YUV 112.31 192.73 219.07 -
System Red Green Blue C M Y K H S L
Decimal 240 25 227 0 0.90 0.05 0.06 303.63 0.88 0.52
Hex F0 19 E3 0 5A 5 6 130 58 34
Octal 360 31 343 0 132 5 6 460 130 64
Binary 11110000 11001 11100011 0 1011010 101 110 100110000 1011000 110100

Color Harmonies of #F019E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F019E3

Black with #F019E3

Text Example


Text Example

White with #F019E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F019E3; }

 p { color: rgb(240,25,227); }

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

background-color css

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

 a { background-color: rgb(240,25,227); }

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

border-color css

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

 span { border-color: rgb(240,25,227); }

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