#f11cea

Color #F11CEA Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #F11CEA

Tints of Magenta #F11CEA

Color information

#F11CEA (or 0xF11CEA) is unknown color: approx Magenta. HEX triplet: F1, 1C and EA. RGB value is (241,28,234). Sum of RGB (Red+Green+Blue) = 241+28+234=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 28 (11.33% from 255 or 5.57% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F11CEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11CEA is #0EE315. Grayscale: #727272. Windows color (decimal): -975638 or 15342833. OLE color: 15342833.

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

Color convert

RGB24128234-
CMYK00.880.030.05
HSL301.97º88.38%52.75%-
HSV(B)301.97º88.38%94.51%-
XYZ51.5425.4780.04-
YUV115.17195.07217.75-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.91%
GREEN value IS 28 (11.33% from 255) = 5.57%
BLUE value IS 234 (91.80% from 255) = 46.52%
R=47.91%
G=5.57%
B=46.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412823400.880.030.05301.9788.3852.75
HexF11CEA0583512e5835
Octal3613435201303545613065
Binary11110001111001110101001011000111011001011101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f11cea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f11cea; }

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

 H1.HeaderClassName
 {
   color: #f11cea;
 }
 .AnyTagClassName
 {
   color: #f11cea;
 }
</style>
background-color css

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

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

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

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

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

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