#FF404E

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

Shades of Radical Red #FF404E

Tints of Radical Red #FF404E

Color information

#FF404E (or 0xFF404E) is unknown color: approx Radical Red. HEX triplet: FF, 40 and 4E. RGB value is (255,64,78). Sum of RGB (Red+Green+Blue) = 255+64+78=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF404E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF404E is #00BFB1. Grayscale: #7A7A7A. Windows color (decimal): -49074 or 5128447. OLE color: 5128447.

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

Color convert

RGB2556478-
CMYK00.750.690
HSL355.6º100%62.55%-
HSV(B)355.6º74.9%100%-
XYZ44.4525.489.78-
YUV122.7102.78222.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.23%
GREEN value IS 64 (25.39% from 255) = 16.12%
BLUE value IS 78 (30.86% from 255) = 19.65%
R=64.23%
G=16.12%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255647800.750.690355.610062.55
HexFF404E04B450164643f
Octal3771001160113105054414477
Binary111111111000000100111001001011100010101011001001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF404E; }

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

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

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

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

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

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

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

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