#F900E8

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

Shades of Magenta #F900E8

Tints of Magenta #F900E8

Color information

#F900E8 (or 0xF900E8) is unknown color: approx Magenta. HEX triplet: F9, 00 and E8. RGB value is (249,0,232). Sum of RGB (Red+Green+Blue) = 249+0+232=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 0 (0.39% from 255 or 0% from 481); Blue value is 232 (91.02% from 255 or 48.23% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F900E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F900E8 is #06FF17. Grayscale: #646464. Windows color (decimal): -458520 or 15204601. OLE color: 15204601.

HSL color Cylindrical-coordinate representation of color #F900E8: hue angle of 304.1º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F900E8 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB2490232-
CMYK010.070.02
HSL304.1º100%48.82%-
HSV(B)304.1º100%97.65%-
XYZ53.6325.9778.53-
YUV100.9201.99233.64-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 232 (91.02% from 255) = 48.23%
R=51.77%
G=0%
B=48.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2490232010.070.02304.110048.82
HexF90E8064721306431
Octal371035001447246014461
Binary1111100101110100001100100111101001100001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F900E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F900E8; }

 p { color: rgb(249,0,232); }

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

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

 a { background-color: rgb(249,0,232); }

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

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

 span { border-color: rgb(249,0,232); }

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