Html Css Color HEX #F11CE9 Magenta

📋 copy color: '#F11CE9'

red 241 ◦ green 28 ◦ blue 233

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

Shades of Magenta #F11CE9

Tints of Magenta #F11CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.41%

R = 48.01%
G = 5.58%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F11CE9 (or 0xF11CE9) is known color: Magenta. HEX triplet: F1, 1C and E9. RGB value is (241,28,233). Sum of RGB (Red+Green+Blue) = 241+28+233=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 28 (11.33% from 255 or 5.58% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F11CE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11CE9 is #0EE316. Grayscale: #727272. Windows color (decimal): -975639 or 15277297. OLE color: 15277297.

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

Color convert

RGB 241 28 233 -
CMYK 0 0.88 0.03 0.05
HSL 302.25º 0.88% 0.53% -
HSV(B) 302.25º 0.88% 0.95% -
XYZ 51.4 25.41 79.29 -
YUV 115.06 194.57 217.83 -
System Red Green Blue C M Y K H S L
Decimal 241 28 233 0 0.88 0.03 0.05 302.25 0.88 0.53
Hex F1 1C E9 0 58 3 5 12E 58 35
Octal 361 34 351 0 130 3 5 456 130 65
Binary 11110001 11100 11101001 0 1011000 11 101 100101110 1011000 110101

Color Harmonies of #F11CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11CE9

Black with #F11CE9

Text Example


Text Example

White with #F11CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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