#FB4050

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

Shades of Radical Red #FB4050

Tints of Radical Red #FB4050

Color information

#FB4050 (or 0xFB4050) is unknown color: approx Radical Red. HEX triplet: FB, 40 and 50. RGB value is (251,64,80). Sum of RGB (Red+Green+Blue) = 251+64+80=395 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.54% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4050 is #04BFAF. Grayscale: #797979. Windows color (decimal): -311216 or 5259515. OLE color: 5259515.

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

Color convert

RGB2516480-
CMYK00.750.680.02
HSL354.87º95.9%61.76%-
HSV(B)354.87º74.5%98.43%-
XYZ43.0724.7610.1-
YUV121.74104.45220.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 63.54%
GREEN value IS 64 (25.39% from 255) = 16.20%
BLUE value IS 80 (31.64% from 255) = 20.25%
R=63.54%
G=16.20%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251648000.750.680.02354.8795.961.76
HexFB405004B442163603e
Octal3731001200113104254314076
Binary1111101110000001010000010010111000100101011000111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4050; }

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

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

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

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

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

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

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

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