#FB404F

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

Shades of Radical Red #FB404F

Tints of Radical Red #FB404F

Color information

#FB404F (or 0xFB404F) is unknown color: approx Radical Red. HEX triplet: FB, 40 and 4F. RGB value is (251,64,79). Sum of RGB (Red+Green+Blue) = 251+64+79=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB404F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB404F is #04BFB0. Grayscale: #797979. Windows color (decimal): -311217 or 5193979. OLE color: 5193979.

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

Color convert

RGB2516479-
CMYK00.750.690.02
HSL355.19º95.9%61.76%-
HSV(B)355.19º74.5%98.43%-
XYZ43.0324.749.9-
YUV121.62103.95220.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 63.71%
GREEN value IS 64 (25.39% from 255) = 16.24%
BLUE value IS 79 (31.25% from 255) = 20.05%
R=63.71%
G=16.24%
B=20.05%

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
Decimal251647900.750.690.02355.1995.961.76
HexFB404F04B452163603e
Octal3731001170113105254314076
Binary1111101110000001001111010010111000101101011000111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB404F; }

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

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

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

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

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

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

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

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