#F601E4

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

Shades of Hot Magenta #F601E4

Tints of Hot Magenta #F601E4

Color information

#F601E4 (or 0xF601E4) is unknown color: approx Hot Magenta. HEX triplet: F6, 01 and E4. RGB value is (246,1,228). Sum of RGB (Red+Green+Blue) = 246+1+228=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 1 (0.78% from 255 or 0.21% from 475); Blue value is 228 (89.45% from 255 or 48% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F601E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F601E4 is #09FE1B. Grayscale: #636363. Windows color (decimal): -654876 or 14942710. OLE color: 14942710.

HSL color Cylindrical-coordinate representation of color #F601E4: hue angle of 304.41º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F601E4 is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB2461228-
CMYK01.000.070.04
HSL304.41º99.19%48.43%-
HSV(B)304.41º99.59%96.47%-
XYZ52.0225.2275.52-
YUV100.13200.17232.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.79%
GREEN value IS 1 (0.78% from 255) = 0.21%
BLUE value IS 228 (89.45% from 255) = 48%
R=51.79%
G=0.21%
B=48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246122801.000.070.04304.4199.1948.43
HexF61E4064741306330
Octal366134401447446014360
Binary11110110111100100011001001111001001100001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F601E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F601E4; }

 p { color: rgb(246,1,228); }

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

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

 a { background-color: rgb(246,1,228); }

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

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

 span { border-color: rgb(246,1,228); }

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