Html Css Color HEX #F119F0 Magenta

📋 copy color: '#F119F0'

red 241 ◦ green 25 ◦ blue 240

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

Shades of Magenta #F119F0

Tints of Magenta #F119F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.43%

R = 47.63%
G = 4.94%
B = 47.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F119F0 (or 0xF119F0) is known color: Magenta. HEX triplet: F1, 19 and F0. RGB value is (241,25,240). Sum of RGB (Red+Green+Blue) = 241+25+240=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 25 (10.16% from 255 or 4.94% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F119F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F119F0 is #0EE60F. Grayscale: #717171. Windows color (decimal): -976400 or 15735281. OLE color: 15735281.

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

Color convert

RGB 241 25 240 -
CMYK 0 0.90 0.00 0.05
HSL 300.28º 0.89% 0.52% -
HSV(B) 300.28º 0.9% 0.95% -
XYZ 52.35 25.69 84.64 -
YUV 114.09 199.06 218.52 -
System Red Green Blue C M Y K H S L
Decimal 241 25 240 0 0.90 0.00 0.05 300.28 0.89 0.52
Hex F1 19 F0 0 5A 0 5 12C 59 34
Octal 361 31 360 0 132 0 5 454 131 64
Binary 11110001 11001 11110000 0 1011010 0 101 100101100 1011001 110100

Color Harmonies of #F119F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F119F0

Black with #F119F0

Text Example


Text Example

White with #F119F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F119F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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