Shades of Radical Red #FB4F5D
Tints of Radical Red #FB4F5D
RGB
CMYK
RGB Variations
Color information
#FB4F5D (or 0xFB4F5D) is known color: Radical Red. HEX triplet: FB, 4F and 5D. RGB value is (251,79,93). Sum of RGB (Red+Green+Blue) = 251+79+93=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB4F5D is #04B0A2. Grayscale: #848484. Windows color (decimal): -307363 or 6115323. OLE color: 6115323.
HSL color Cylindrical-coordinate representation of color #FB4F5D: hue angle of 355.12º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4F5D is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 79 | 93 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.02 |
| HSL | 355.12º | 0.96% | 0.65% | - |
| HSV(B) | 355.12º | 0.69% | 0.98% | - |
| XYZ | 44.56 | 26.89 | 13.2 | - |
| YUV | 132.02 | 105.98 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 79 | 93 | 0 | 0.69 | 0.63 | 0.02 | 355.12 | 0.96 | 0.65 |
| Hex | FB | 4F | 5D | 0 | 45 | 3F | 2 | 163 | 60 | 41 |
| Octal | 373 | 117 | 135 | 0 | 105 | 77 | 2 | 543 | 140 | 101 |
| Binary | 11111011 | 1001111 | 1011101 | 0 | 1000101 | 111111 | 10 | 101100011 | 1100000 | 1000001 |
Color Harmonies of #FB4F5D
Complementary color
Monochromatic Colors of #FB4F5D
Black with #FB4F5D
Text Example
Text Example
White with #FB4F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4F5D; }
p { color: rgb(251,79,93); }
H1.HeaderClassName
{
color: #FB4F5D;
}
.AnyTagClassName
{
color: #FB4F5D;
}
</style>
background-color css
<style>
a { background-color: #FB4F5D; }
a { background-color: rgb(251,79,93); }
div.DivClassName
{
background-color: #FB4F5D;
}
.BgClassName
{
background-color: #FB4F5D;
}
</style>
border-color css
<style>
span { border-color: #FB4F5D; }
span { border-color: rgb(251,79,93); }
td.TdClassName
{
border-color: #FB4F5D;
}
.TagClassName
{
border-color: #FB4F5D;
}
</style>