#FF405B

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

Shades of Radical Red #FF405B

Tints of Radical Red #FF405B

Color information

#FF405B (or 0xFF405B) is unknown color: approx Radical Red. HEX triplet: FF, 40 and 5B. RGB value is (255,64,91). Sum of RGB (Red+Green+Blue) = 255+64+91=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF405B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF405B is #00BFA4. Grayscale: #7C7C7C. Windows color (decimal): -49061 or 5980415. OLE color: 5980415.

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

Color convert

RGB2556491-
CMYK00.750.640
HSL351.52º100%62.55%-
HSV(B)351.52º74.9%100%-
XYZ44.9625.6812.48-
YUV124.19109.28221.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.20%
GREEN value IS 64 (25.39% from 255) = 15.61%
BLUE value IS 91 (35.94% from 255) = 22.20%
R=62.20%
G=15.61%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255649100.750.640351.5210062.55
HexFF405B04B400160643f
Octal3771001330113100054014477
Binary111111111000000101101101001011100000001011000001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF405B; }

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

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

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

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

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

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

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

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