#FF406E

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

Shades of Radical Red #FF406E

Tints of Radical Red #FF406E

Color information

#FF406E (or 0xFF406E) is unknown color: approx Radical Red. HEX triplet: FF, 40 and 6E. RGB value is (255,64,110). Sum of RGB (Red+Green+Blue) = 255+64+110=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF406E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF406E is #00BF91. Grayscale: #7E7E7E. Windows color (decimal): -49042 or 7225599. OLE color: 7225599.

HSL color Cylindrical-coordinate representation of color #FF406E: hue angle of 345.55º 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 #FF406E is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.

Color convert

RGB25564110-
CMYK00.750.570
HSL345.55º100%62.55%-
HSV(B)345.55º74.9%100%-
XYZ45.8926.0517.36-
YUV126.35118.78219.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.44%
GREEN value IS 64 (25.39% from 255) = 14.92%
BLUE value IS 110 (43.36% from 255) = 25.64%
R=59.44%
G=14.92%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556411000.750.570345.5510062.55
HexFF406E04B39015a643f
Octal377100156011371053214477
Binary11111111100000011011100100101111100101010110101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF406E; }

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

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

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

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

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

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

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

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