#F001C9

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

Shades of Hot Magenta #F001C9

Tints of Hot Magenta #F001C9

Color information

#F001C9 (or 0xF001C9) is unknown color: approx Hot Magenta. HEX triplet: F0, 01 and C9. RGB value is (240,1,201). Sum of RGB (Red+Green+Blue) = 240+1+201=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 1 (0.78% from 255 or 0.23% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F001C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F001C9 is #0FFE36. Grayscale: #5E5E5E. Windows color (decimal): -1048119 or 13173232. OLE color: 13173232.

HSL color Cylindrical-coordinate representation of color #F001C9: hue angle of 309.79º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F001C9 is Cyan = 0, Magento = 1.00, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB2401201-
CMYK01.000.160.06
HSL309.79º99.17%47.25%-
HSV(B)309.79º99.58%94.12%-
XYZ46.4922.7657.2-
YUV95.26187.68231.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.30%
GREEN value IS 1 (0.78% from 255) = 0.23%
BLUE value IS 201 (78.91% from 255) = 45.48%
R=54.30%
G=0.23%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240120101.000.160.06309.7999.1747.25
HexF01C9064106136632f
Octal3601311014420646614357
Binary1111000011100100101100100100001101001101101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F001C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F001C9; }

 p { color: rgb(240,1,201); }

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

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

 a { background-color: rgb(240,1,201); }

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

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

 span { border-color: rgb(240,1,201); }

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