#F900E1

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

Shades of Hot Magenta #F900E1

Tints of Hot Magenta #F900E1

Color information

#F900E1 (or 0xF900E1) is unknown color: approx Hot Magenta. HEX triplet: F9, 00 and E1. RGB value is (249,0,225). Sum of RGB (Red+Green+Blue) = 249+0+225=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 0 (0.39% from 255 or 0% from 474); Blue value is 225 (88.28% from 255 or 47.47% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F900E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F900E1 is #06FF1E. Grayscale: #636363. Windows color (decimal): -458527 or 14745849. OLE color: 14745849.

HSL color Cylindrical-coordinate representation of color #F900E1: hue angle of 305.78º 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 #F900E1 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB2490225-
CMYK010.100.02
HSL305.78º100%48.82%-
HSV(B)305.78º100%97.65%-
XYZ52.6625.5873.4-
YUV100.1198.49234.2-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 225 (88.28% from 255) = 47.47%
R=52.53%
G=0%
B=47.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2490225010.100.02305.7810048.82
HexF90E1064A21326431
Octal3710341014412246214461
Binary11111001011100001011001001010101001100101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F900E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F900E1; }

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

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

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

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

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

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

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

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