#FB404D

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

Shades of Radical Red #FB404D

Tints of Radical Red #FB404D

Color information

#FB404D (or 0xFB404D) is unknown color: approx Radical Red. HEX triplet: FB, 40 and 4D. RGB value is (251,64,77). Sum of RGB (Red+Green+Blue) = 251+64+77=392 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.03% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 251 - color contains mainly: red. Hex color #FB404D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB404D is #04BFB2. Grayscale: #797979. Windows color (decimal): -311219 or 5062907. OLE color: 5062907.

HSL color Cylindrical-coordinate representation of color #FB404D: hue angle of 355.83º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB404D is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB2516477-
CMYK00.750.690.02
HSL355.83º95.9%61.76%-
HSV(B)355.83º74.5%98.43%-
XYZ42.9624.719.53-
YUV121.4102.95220.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 64.03%
GREEN value IS 64 (25.39% from 255) = 16.33%
BLUE value IS 77 (30.47% from 255) = 19.64%
R=64.03%
G=16.33%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251647700.750.690.02355.8395.961.76
HexFB404D04B452164603e
Octal3731001150113105254414076
Binary1111101110000001001101010010111000101101011001001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB404D; }

 p { color: rgb(251,64,77); }

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

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

 a { background-color: rgb(251,64,77); }

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

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

 span { border-color: rgb(251,64,77); }

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