Html Css Color HEX #F119FE Magenta

📋 copy color: '#F119FE'

red 241 ◦ green 25 ◦ blue 254

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

Shades of Magenta #F119FE

Tints of Magenta #F119FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.85%

R = 46.35%
G = 4.81%
B = 48.85%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F119FE (or 0xF119FE) is known color: Magenta. HEX triplet: F1, 19 and FE. RGB value is (241,25,254). Sum of RGB (Red+Green+Blue) = 241+25+254=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 25 (10.16% from 255 or 4.81% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #F119FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F119FE is #0EE601. Grayscale: #727272. Windows color (decimal): -976386 or 16652785. OLE color: 16652785.

HSL color Cylindrical-coordinate representation of color #F119FE: hue angle of 296.59º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F119FE is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 241 25 254 -
CMYK 0.05 0.90 0 0.00
HSL 296.59º 0.99% 0.55% -
HSV(B) 296.59º 0.9% 1% -
XYZ 54.51 26.55 96.02 -
YUV 115.69 206.06 217.38 -
System Red Green Blue C M Y K H S L
Decimal 241 25 254 0.05 0.90 0 0.00 296.59 0.99 0.55
Hex F1 19 FE 5 5A 0 0 129 63 37
Octal 361 31 376 5 132 0 0 451 143 67
Binary 11110001 11001 11111110 101 1011010 0 0 100101001 1100011 110111

Color Harmonies of #F119FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F119FE

Black with #F119FE

Text Example


Text Example

White with #F119FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F119FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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