#FF404A

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

Shades of Radical Red #FF404A

Tints of Radical Red #FF404A

Color information

#FF404A (or 0xFF404A) is unknown color: approx Radical Red. HEX triplet: FF, 40 and 4A. RGB value is (255,64,74). Sum of RGB (Red+Green+Blue) = 255+64+74=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF404A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF404A is #00BFB5. Grayscale: #7A7A7A. Windows color (decimal): -49078 or 4866303. OLE color: 4866303.

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

Color convert

RGB2556474-
CMYK00.750.710
HSL356.86º100%62.55%-
HSV(B)356.86º74.9%100%-
XYZ44.3125.429.05-
YUV122.25100.78222.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.89%
GREEN value IS 64 (25.39% from 255) = 16.28%
BLUE value IS 74 (29.30% from 255) = 18.83%
R=64.89%
G=16.28%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255647400.750.710356.8610062.55
HexFF404A04B470165643f
Octal3771001120113107054514477
Binary111111111000000100101001001011100011101011001011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF404A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF404A; }

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

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

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

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

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

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

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

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