#F904EA

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

Shades of Magenta #F904EA

Tints of Magenta #F904EA

Color information

#F904EA (or 0xF904EA) is unknown color: approx Magenta. HEX triplet: F9, 04 and EA. RGB value is (249,4,234). Sum of RGB (Red+Green+Blue) = 249+4+234=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 4 (1.95% from 255 or 0.82% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F904EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F904EA is #06FB15. Grayscale: #666666. Windows color (decimal): -457494 or 15336697. OLE color: 15336697.

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

Color convert

RGB2494234-
CMYK00.980.060.02
HSL303.67º96.84%49.61%-
HSV(B)303.67º98.39%97.65%-
XYZ53.9626.1780.05-
YUV103.48201.67231.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.13%
GREEN value IS 4 (1.95% from 255) = 0.82%
BLUE value IS 234 (91.80% from 255) = 48.05%
R=51.13%
G=0.82%
B=48.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249423400.980.060.02303.6796.8449.61
HexF94EA062621306132
Octal371435201426246014162
Binary111110011001110101001100010110101001100001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F904EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F904EA; }

 p { color: rgb(249,4,234); }

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

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

 a { background-color: rgb(249,4,234); }

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

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

 span { border-color: rgb(249,4,234); }

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