#F601CE

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

Shades of Hot Magenta #F601CE

Tints of Hot Magenta #F601CE

Color information

#F601CE (or 0xF601CE) is unknown color: approx Hot Magenta. HEX triplet: F6, 01 and CE. RGB value is (246,1,206). Sum of RGB (Red+Green+Blue) = 246+1+206=453 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.30% from 453); Green value is 1 (0.78% from 255 or 0.22% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 246 - color contains mainly: red. Hex color #F601CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F601CE is #09FE31. Grayscale: #616161. Windows color (decimal): -654898 or 13500918. OLE color: 13500918.

HSL color Cylindrical-coordinate representation of color #F601CE: hue angle of 309.8º 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 #F601CE is Cyan = 0, Magento = 1.00, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB2461206-
CMYK01.000.160.04
HSL309.8º99.19%48.43%-
HSV(B)309.8º99.59%96.47%-
XYZ49.1624.0760.45-
YUV97.62189.17233.83-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 54.30%
GREEN value IS 1 (0.78% from 255) = 0.22%
BLUE value IS 206 (80.86% from 255) = 45.47%
R=54.30%
G=0.22%
B=45.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246120601.000.160.04309.899.1948.43
HexF61CE0641041366330
Octal3661316014420446614360
Binary1111011011100111001100100100001001001101101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F601CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F601CE; }

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

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

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

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

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

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

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

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