Html Css Color HEX #F119E0 Hot Magenta

📋 copy color: '#F119E0'

red 241 ◦ green 25 ◦ blue 224

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

Shades of Hot Magenta #F119E0

Tints of Hot Magenta #F119E0

RGB

 RED value IS 241 (94.53% from 255) = 49.18%

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

 BLUE value IS 224 (87.89% from 255) = 45.71%

R = 49.18%
G = 5.1%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F119E0 (or 0xF119E0) is known color: Hot Magenta. HEX triplet: F1, 19 and E0. RGB value is (241,25,224). Sum of RGB (Red+Green+Blue) = 241+25+224=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 25 (10.16% from 255 or 5.10% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F119E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F119E0 is #0EE61F. Grayscale: #6F6F6F. Windows color (decimal): -976416 or 14686705. OLE color: 14686705.

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

Color convert

RGB 241 25 224 -
CMYK 0 0.90 0.07 0.05
HSL 304.72º 0.89% 0.52% -
HSV(B) 304.72º 0.9% 0.95% -
XYZ 50.08 24.78 72.66 -
YUV 112.27 191.06 219.82 -
System Red Green Blue C M Y K H S L
Decimal 241 25 224 0 0.90 0.07 0.05 304.72 0.89 0.52
Hex F1 19 E0 0 5A 7 5 131 59 34
Octal 361 31 340 0 132 7 5 461 131 64
Binary 11110001 11001 11100000 0 1011010 111 101 100110001 1011001 110100

Color Harmonies of #F119E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F119E0

Black with #F119E0

Text Example


Text Example

White with #F119E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F119E0; }

 p { color: rgb(241,25,224); }

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

background-color css

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

 a { background-color: rgb(241,25,224); }

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

border-color css

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

 span { border-color: rgb(241,25,224); }

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