Html Css Color HEX #F119F6 Magenta

📋 copy color: '#F119F6'

red 241 ◦ green 25 ◦ blue 246

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

Shades of Magenta #F119F6

Tints of Magenta #F119F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.05%

R = 47.07%
G = 4.88%
B = 48.05%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F119F6 (or 0xF119F6) is known color: Magenta. HEX triplet: F1, 19 and F6. RGB value is (241,25,246). Sum of RGB (Red+Green+Blue) = 241+25+246=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 25 (10.16% from 255 or 4.88% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 246 - color contains mainly: blue. Hex color #F119F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F119F6 is #0EE609. Grayscale: #727272. Windows color (decimal): -976394 or 16128497. OLE color: 16128497.

HSL color Cylindrical-coordinate representation of color #F119F6: hue angle of 298.64º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F119F6 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 241 25 246 -
CMYK 0.02 0.90 0 0.04
HSL 298.64º 0.92% 0.53% -
HSV(B) 298.64º 0.9% 0.96% -
XYZ 53.26 26.05 89.41 -
YUV 114.78 202.06 218.03 -
System Red Green Blue C M Y K H S L
Decimal 241 25 246 0.02 0.90 0 0.04 298.64 0.92 0.53
Hex F1 19 F6 2 5A 0 4 12B 5C 35
Octal 361 31 366 2 132 0 4 453 134 65
Binary 11110001 11001 11110110 10 1011010 0 100 100101011 1011100 110101

Color Harmonies of #F119F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F119F6

Black with #F119F6

Text Example


Text Example

White with #F119F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F119F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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