Html Css Color HEX #F119F3 Magenta

📋 copy color: '#F119F3'

red 241 ◦ green 25 ◦ blue 243

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

Shades of Magenta #F119F3

Tints of Magenta #F119F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.74%

R = 47.35%
G = 4.91%
B = 47.74%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F119F3 (or 0xF119F3) is known color: Magenta. HEX triplet: F1, 19 and F3. RGB value is (241,25,243). Sum of RGB (Red+Green+Blue) = 241+25+243=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 25 (10.16% from 255 or 4.91% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #F119F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F119F3 is #0EE60C. Grayscale: #717171. Windows color (decimal): -976397 or 15931889. OLE color: 15931889.

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

Color convert

RGB 241 25 243 -
CMYK 0.01 0.90 0 0.05
HSL 299.45º 0.9% 0.53% -
HSV(B) 299.45º 0.9% 0.95% -
XYZ 52.8 25.87 87 -
YUV 114.44 200.56 218.27 -
System Red Green Blue C M Y K H S L
Decimal 241 25 243 0.01 0.90 0 0.05 299.45 0.9 0.53
Hex F1 19 F3 1 5A 0 5 12B 5A 35
Octal 361 31 363 1 132 0 5 453 132 65
Binary 11110001 11001 11110011 1 1011010 0 101 100101011 1011010 110101

Color Harmonies of #F119F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F119F3

Black with #F119F3

Text Example


Text Example

White with #F119F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F119F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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