Html Css Color HEX #F119EF Magenta

📋 copy color: '#F119EF'

red 241 ◦ green 25 ◦ blue 239

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

Shades of Magenta #F119EF

Tints of Magenta #F119EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.33%

R = 47.72%
G = 4.95%
B = 47.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F119EF (or 0xF119EF) is known color: Magenta. HEX triplet: F1, 19 and EF. RGB value is (241,25,239). Sum of RGB (Red+Green+Blue) = 241+25+239=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 25 (10.16% from 255 or 4.95% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F119EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F119EF is #0EE610. Grayscale: #717171. Windows color (decimal): -976401 or 15669745. OLE color: 15669745.

HSL color Cylindrical-coordinate representation of color #F119EF: hue angle of 300.56º 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 #F119EF is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 25 239 -
CMYK 0 0.90 0.01 0.05
HSL 300.56º 0.89% 0.52% -
HSV(B) 300.56º 0.9% 0.95% -
XYZ 52.2 25.63 83.86 -
YUV 113.98 198.56 218.6 -
System Red Green Blue C M Y K H S L
Decimal 241 25 239 0 0.90 0.01 0.05 300.56 0.89 0.52
Hex F1 19 EF 0 5A 1 5 12D 59 34
Octal 361 31 357 0 132 1 5 455 131 64
Binary 11110001 11001 11101111 0 1011010 1 101 100101101 1011001 110100

Color Harmonies of #F119EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F119EF

Black with #F119EF

Text Example


Text Example

White with #F119EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F119EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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