#F91CEC

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

Shades of Magenta #F91CEC

Tints of Magenta #F91CEC

Color information

#F91CEC (or 0xF91CEC) is unknown color: approx Magenta. HEX triplet: F9, 1C and EC. RGB value is (249,28,236). Sum of RGB (Red+Green+Blue) = 249+28+236=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 28 (11.33% from 255 or 5.46% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F91CEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91CEC is #06E313. Grayscale: #757575. Windows color (decimal): -451348 or 15473913. OLE color: 15473913.

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

Color convert

RGB24928236-
CMYK00.890.050.02
HSL303.53º94.85%54.31%-
HSV(B)303.53º88.76%97.65%-
XYZ54.6227.0381.69-
YUV117.79194.72221.59-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.54%
GREEN value IS 28 (11.33% from 255) = 5.46%
BLUE value IS 236 (92.58% from 255) = 46.00%
R=48.54%
G=5.46%
B=46.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492823600.890.050.02303.5394.8554.31
HexF91CEC059521305f36
Octal3713435401315246013766
Binary11111001111001110110001011001101101001100001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91CEC; }

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

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

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

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

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

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

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

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