#FF406C

Color #FF406C Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #FF406C

Tints of Radical Red #FF406C

Color information

#FF406C (or 0xFF406C) is unknown color: approx Radical Red. HEX triplet: FF, 40 and 6C. RGB value is (255,64,108). Sum of RGB (Red+Green+Blue) = 255+64+108=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF406C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF406C is #00BF93. Grayscale: #7E7E7E. Windows color (decimal): -49044 or 7094527. OLE color: 7094527.

HSL color Cylindrical-coordinate representation of color #FF406C: hue angle of 346.18º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF406C is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB25564108-
CMYK00.750.580
HSL346.18º100%62.55%-
HSV(B)346.18º74.9%100%-
XYZ45.7826.0116.79-
YUV126.12117.78219.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.72%
GREEN value IS 64 (25.39% from 255) = 14.99%
BLUE value IS 108 (42.58% from 255) = 25.29%
R=59.72%
G=14.99%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556410800.750.580346.1810062.55
HexFF406C04B3A015a643f
Octal377100154011372053214477
Binary11111111100000011011000100101111101001010110101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF406C; }

 p { color: rgb(255,64,108); }

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

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

 a { background-color: rgb(255,64,108); }

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

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

 span { border-color: rgb(255,64,108); }

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