#FF405C

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

Shades of Radical Red #FF405C

Tints of Radical Red #FF405C

Color information

#FF405C (or 0xFF405C) is unknown color: approx Radical Red. HEX triplet: FF, 40 and 5C. RGB value is (255,64,92). Sum of RGB (Red+Green+Blue) = 255+64+92=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF405C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF405C is #00BFA3. Grayscale: #7C7C7C. Windows color (decimal): -49060 or 6045951. OLE color: 6045951.

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

Color convert

RGB2556492-
CMYK00.750.640
HSL351.2º100%62.55%-
HSV(B)351.2º74.9%100%-
XYZ45.0125.712.71-
YUV124.3109.78221.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.04%
GREEN value IS 64 (25.39% from 255) = 15.57%
BLUE value IS 92 (36.33% from 255) = 22.38%
R=62.04%
G=15.57%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255649200.750.640351.210062.55
HexFF405C04B40015f643f
Octal3771001340113100053714477
Binary111111111000000101110001001011100000001010111111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF405C; }

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

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

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

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

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

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

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

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