#FF405E

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

Shades of Radical Red #FF405E

Tints of Radical Red #FF405E

Color information

#FF405E (or 0xFF405E) is unknown color: approx Radical Red. HEX triplet: FF, 40 and 5E. RGB value is (255,64,94). Sum of RGB (Red+Green+Blue) = 255+64+94=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF405E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF405E is #00BFA1. Grayscale: #7C7C7C. Windows color (decimal): -49058 or 6177023. OLE color: 6177023.

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

Color convert

RGB2556494-
CMYK00.750.630
HSL350.58º100%62.55%-
HSV(B)350.58º74.9%100%-
XYZ45.0925.7313.18-
YUV124.53110.78221.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.74%
GREEN value IS 64 (25.39% from 255) = 15.50%
BLUE value IS 94 (37.11% from 255) = 22.76%
R=61.74%
G=15.50%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255649400.750.630350.5810062.55
HexFF405E04B3F015f643f
Octal377100136011377053714477
Binary11111111100000010111100100101111111101010111111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF405E; }

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

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

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

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

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

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

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

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