Shades of Radical Red #FB4358
Tints of Radical Red #FB4358
RGB
CMYK
RGB Variations
Color information
#FB4358 (or 0xFB4358) is known color: Radical Red. HEX triplet: FB, 43 and 58. RGB value is (251,67,88). Sum of RGB (Red+Green+Blue) = 251+67+88=406 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.82% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4358 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4358 is #04BCA7. Grayscale: #7C7C7C. Windows color (decimal): -310440 or 5784571. OLE color: 5784571.
HSL color Cylindrical-coordinate representation of color #FB4358: hue angle of 353.15º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB4358 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 88 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.02 |
| HSL | 353.15º | 0.96% | 0.62% | - |
| HSV(B) | 353.15º | 0.73% | 0.98% | - |
| XYZ | 43.55 | 25.23 | 11.81 | - |
| YUV | 124.41 | 107.46 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 88 | 0 | 0.73 | 0.65 | 0.02 | 353.15 | 0.96 | 0.62 |
| Hex | FB | 43 | 58 | 0 | 49 | 41 | 2 | 161 | 60 | 3E |
| Octal | 373 | 103 | 130 | 0 | 111 | 101 | 2 | 541 | 140 | 76 |
| Binary | 11111011 | 1000011 | 1011000 | 0 | 1001001 | 1000001 | 10 | 101100001 | 1100000 | 111110 |
Color Harmonies of #FB4358
Complementary color
Monochromatic Colors of #FB4358
Black with #FB4358
Text Example
Text Example
White with #FB4358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4358; }
p { color: rgb(251,67,88); }
H1.HeaderClassName
{
color: #FB4358;
}
.AnyTagClassName
{
color: #FB4358;
}
</style>
background-color css
<style>
a { background-color: #FB4358; }
a { background-color: rgb(251,67,88); }
div.DivClassName
{
background-color: #FB4358;
}
.BgClassName
{
background-color: #FB4358;
}
</style>
border-color css
<style>
span { border-color: #FB4358; }
span { border-color: rgb(251,67,88); }
td.TdClassName
{
border-color: #FB4358;
}
.TagClassName
{
border-color: #FB4358;
}
</style>