#FB4A5F

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

Shades of Radical Red #FB4A5F

Tints of Radical Red #FB4A5F

Color information

#FB4A5F (or 0xFB4A5F) is unknown color: approx Radical Red. HEX triplet: FB, 4A and 5F. RGB value is (251,74,95). Sum of RGB (Red+Green+Blue) = 251+74+95=420 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.76% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4A5F is #04B5A0. Grayscale: #818181. Windows color (decimal): -308641 or 6245115. OLE color: 6245115.

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

Color convert

RGB2517495-
CMYK00.710.620.02
HSL352.88º95.68%63.73%-
HSV(B)352.88º70.52%98.43%-
XYZ44.326.2313.56-
YUV129.32108.64214.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 59.76%
GREEN value IS 74 (29.30% from 255) = 17.62%
BLUE value IS 95 (37.5% from 255) = 22.62%
R=59.76%
G=17.62%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251749500.710.620.02352.8895.6863.73
HexFB4A5F0473E21616040
Octal3731121370107762541140100
Binary1111101110010101011111010001111111101010110000111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4A5F; }

 p { color: rgb(251,74,95); }

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

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

 a { background-color: rgb(251,74,95); }

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

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

 span { border-color: rgb(251,74,95); }

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