Shades of Radical Red #FB4558
Tints of Radical Red #FB4558
RGB
CMYK
RGB Variations
Color information
#FB4558 (or 0xFB4558) is known color: Radical Red. HEX triplet: FB, 45 and 58. RGB value is (251,69,88). Sum of RGB (Red+Green+Blue) = 251+69+88=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4558 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4558 is #04BAA7. Grayscale: #7D7D7D. Windows color (decimal): -309928 or 5785083. OLE color: 5785083.
HSL color Cylindrical-coordinate representation of color #FB4558: hue angle of 353.74º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB4558 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 69 | 88 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.02 |
| HSL | 353.74º | 0.96% | 0.63% | - |
| HSV(B) | 353.74º | 0.73% | 0.98% | - |
| XYZ | 43.67 | 25.47 | 11.85 | - |
| YUV | 125.58 | 106.8 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 69 | 88 | 0 | 0.73 | 0.65 | 0.02 | 353.74 | 0.96 | 0.63 |
| Hex | FB | 45 | 58 | 0 | 49 | 41 | 2 | 162 | 60 | 3F |
| Octal | 373 | 105 | 130 | 0 | 111 | 101 | 2 | 542 | 140 | 77 |
| Binary | 11111011 | 1000101 | 1011000 | 0 | 1001001 | 1000001 | 10 | 101100010 | 1100000 | 111111 |
Color Harmonies of #FB4558
Complementary color
Monochromatic Colors of #FB4558
Black with #FB4558
Text Example
Text Example
White with #FB4558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4558; }
p { color: rgb(251,69,88); }
H1.HeaderClassName
{
color: #FB4558;
}
.AnyTagClassName
{
color: #FB4558;
}
</style>
background-color css
<style>
a { background-color: #FB4558; }
a { background-color: rgb(251,69,88); }
div.DivClassName
{
background-color: #FB4558;
}
.BgClassName
{
background-color: #FB4558;
}
</style>
border-color css
<style>
span { border-color: #FB4558; }
span { border-color: rgb(251,69,88); }
td.TdClassName
{
border-color: #FB4558;
}
.TagClassName
{
border-color: #FB4558;
}
</style>