Html Css Color HEX #F11CF9 Magenta

📋 copy color: '#F11CF9'

red 241 ◦ green 28 ◦ blue 249

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

Shades of Magenta #F11CF9

Tints of Magenta #F11CF9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.41%

 BLUE value IS 249 (97.66% from 255) = 48.07%

R = 46.53%
G = 5.41%
B = 48.07%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F11CF9 (or 0xF11CF9) is known color: Magenta. HEX triplet: F1, 1C and F9. RGB value is (241,28,249). Sum of RGB (Red+Green+Blue) = 241+28+249=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 28 (11.33% from 255 or 5.41% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #F11CF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11CF9 is #0EE306. Grayscale: #747474. Windows color (decimal): -975623 or 16325873. OLE color: 16325873.

HSL color Cylindrical-coordinate representation of color #F11CF9: hue angle of 297.83º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11CF9 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 28 249 -
CMYK 0.03 0.89 0 0.02
HSL 297.83º 0.95% 0.54% -
HSV(B) 297.83º 0.89% 0.98% -
XYZ 53.79 26.37 91.88 -
YUV 116.88 202.57 216.53 -
System Red Green Blue C M Y K H S L
Decimal 241 28 249 0.03 0.89 0 0.02 297.83 0.95 0.54
Hex F1 1C F9 3 59 0 2 12A 5F 36
Octal 361 34 371 3 131 0 2 452 137 66
Binary 11110001 11100 11111001 11 1011001 0 10 100101010 1011111 110110

Color Harmonies of #F11CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11CF9

Black with #F11CF9

Text Example


Text Example

White with #F11CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11CF9; }

 p { color: rgb(241,28,249); }

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

background-color css

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

 a { background-color: rgb(241,28,249); }

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

border-color css

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

 span { border-color: rgb(241,28,249); }

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