#FF404B

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

Shades of Radical Red #FF404B

Tints of Radical Red #FF404B

Color information

#FF404B (or 0xFF404B) is unknown color: approx Radical Red. HEX triplet: FF, 40 and 4B. RGB value is (255,64,75). Sum of RGB (Red+Green+Blue) = 255+64+75=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF404B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF404B is #00BFB4. Grayscale: #7A7A7A. Windows color (decimal): -49077 or 4931839. OLE color: 4931839.

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

Color convert

RGB2556475-
CMYK00.750.710
HSL356.54º100%62.55%-
HSV(B)356.54º74.9%100%-
XYZ44.3425.439.23-
YUV122.36101.28222.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.72%
GREEN value IS 64 (25.39% from 255) = 16.24%
BLUE value IS 75 (29.69% from 255) = 19.04%
R=64.72%
G=16.24%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255647500.750.710356.5410062.55
HexFF404B04B470165643f
Octal3771001130113107054514477
Binary111111111000000100101101001011100011101011001011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF404B; }

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

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

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

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

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

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

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

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