#F90FE4

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

Shades of Hot Magenta #F90FE4

Tints of Hot Magenta #F90FE4

Color information

#F90FE4 (or 0xF90FE4) is unknown color: approx Hot Magenta. HEX triplet: F9, 0F and E4. RGB value is (249,15,228). Sum of RGB (Red+Green+Blue) = 249+15+228=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 15 (6.25% from 255 or 3.05% from 492); Blue value is 228 (89.45% from 255 or 46.34% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F90FE4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90FE4 is #06F01B. Grayscale: #6C6C6C. Windows color (decimal): -454684 or 14946297. OLE color: 14946297.

HSL color Cylindrical-coordinate representation of color #F90FE4: hue angle of 305.38º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F90FE4 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB24915228-
CMYK00.940.080.02
HSL305.38º95.12%51.76%-
HSV(B)305.38º93.98%97.65%-
XYZ53.2426.0875.63-
YUV109.25195.02227.68-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.61%
GREEN value IS 15 (6.25% from 255) = 3.05%
BLUE value IS 228 (89.45% from 255) = 46.34%
R=50.61%
G=3.05%
B=46.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491522800.940.080.02305.3895.1251.76
HexF9FE405E821315f34
Octal37117344013610246113764
Binary11111001111111100100010111101000101001100011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F90FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F90FE4; }

 p { color: rgb(249,15,228); }

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

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

 a { background-color: rgb(249,15,228); }

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

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

 span { border-color: rgb(249,15,228); }

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