#F605CC

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

Shades of Hot Magenta #F605CC

Tints of Hot Magenta #F605CC

Color information

#F605CC (or 0xF605CC) is unknown color: approx Hot Magenta. HEX triplet: F6, 05 and CC. RGB value is (246,5,204). Sum of RGB (Red+Green+Blue) = 246+5+204=455 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.07% from 455); Green value is 5 (2.34% from 255 or 1.10% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 246 - color contains mainly: red. Hex color #F605CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F605CC is #09FA33. Grayscale: #636363. Windows color (decimal): -653876 or 13370870. OLE color: 13370870.

HSL color Cylindrical-coordinate representation of color #F605CC: hue angle of 310.46º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F605CC is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB2465204-
CMYK00.980.170.04
HSL310.46º96.02%49.22%-
HSV(B)310.46º97.97%96.47%-
XYZ48.9624.0659.19-
YUV99.74186.84232.32-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 54.07%
GREEN value IS 5 (2.34% from 255) = 1.10%
BLUE value IS 204 (80.08% from 255) = 44.84%
R=54.07%
G=1.10%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246520400.980.170.04310.4696.0249.22
HexF65CC0621141366031
Octal3665314014221446614061
Binary111101101011100110001100010100011001001101101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F605CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F605CC; }

 p { color: rgb(246,5,204); }

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

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

 a { background-color: rgb(246,5,204); }

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

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

 span { border-color: rgb(246,5,204); }

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