#F51EEE

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

Shades of Magenta #F51EEE

Tints of Magenta #F51EEE

Color information

#F51EEE (or 0xF51EEE) is unknown color: approx Magenta. HEX triplet: F5, 1E and EE. RGB value is (245,30,238). Sum of RGB (Red+Green+Blue) = 245+30+238=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 30 (12.11% from 255 or 5.85% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F51EEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51EEE is #0AE111. Grayscale: #757575. Windows color (decimal): -712978 or 15605493. OLE color: 15605493.

HSL color Cylindrical-coordinate representation of color #F51EEE: hue angle of 301.95º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51EEE is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB24530238-
CMYK00.880.030.04
HSL301.95º91.49%53.92%-
HSV(B)301.95º87.76%96.08%-
XYZ53.5526.5183.18-
YUV118195.73218.59-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.76%
GREEN value IS 30 (12.11% from 255) = 5.85%
BLUE value IS 238 (93.36% from 255) = 46.39%
R=47.76%
G=5.85%
B=46.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2453023800.880.030.04301.9591.4953.92
HexF51EEE0583412e5b36
Octal3653635601303445613366
Binary11110101111101110111001011000111001001011101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51EEE; }

 p { color: rgb(245,30,238); }

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

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

 a { background-color: rgb(245,30,238); }

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

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

 span { border-color: rgb(245,30,238); }

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