#F919EB

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

Shades of Magenta #F919EB

Tints of Magenta #F919EB

Color information

#F919EB (or 0xF919EB) is unknown color: approx Magenta. HEX triplet: F9, 19 and EB. RGB value is (249,25,235). Sum of RGB (Red+Green+Blue) = 249+25+235=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 25 (10.16% from 255 or 4.91% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F919EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F919EB is #06E614. Grayscale: #737373. Windows color (decimal): -452117 or 15407609. OLE color: 15407609.

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

Color convert

RGB24925235-
CMYK00.900.060.02
HSL303.75º94.92%53.73%-
HSV(B)303.75º89.96%97.65%-
XYZ54.4126.8380.91-
YUV115.92195.21222.92-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.92%
GREEN value IS 25 (10.16% from 255) = 4.91%
BLUE value IS 235 (92.19% from 255) = 46.17%
R=48.92%
G=4.91%
B=46.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492523500.900.060.02303.7594.9253.73
HexF919EB05A621305f36
Octal3713135301326246013766
Binary11111001110011110101101011010110101001100001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F919EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F919EB; }

 p { color: rgb(249,25,235); }

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

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

 a { background-color: rgb(249,25,235); }

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

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

 span { border-color: rgb(249,25,235); }

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