#FF406A

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

Shades of Radical Red #FF406A

Tints of Radical Red #FF406A

Color information

#FF406A (or 0xFF406A) is unknown color: approx Radical Red. HEX triplet: FF, 40 and 6A. RGB value is (255,64,106). Sum of RGB (Red+Green+Blue) = 255+64+106=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF406A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF406A is #00BF95. Grayscale: #7D7D7D. Windows color (decimal): -49046 or 6963455. OLE color: 6963455.

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

Color convert

RGB25564106-
CMYK00.750.580
HSL346.81º100%62.55%-
HSV(B)346.81º74.9%100%-
XYZ45.6725.9716.24-
YUV125.9116.78220.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60%
GREEN value IS 64 (25.39% from 255) = 15.06%
BLUE value IS 106 (41.80% from 255) = 24.94%
R=60%
G=15.06%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556410600.750.580346.8110062.55
HexFF406A04B3A015b643f
Octal377100152011372053314477
Binary11111111100000011010100100101111101001010110111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF406A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF406A; }

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

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

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

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

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

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

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

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