Shades of Radical Red #FB454B
Tints of Radical Red #FB454B
RGB
CMYK
RGB Variations
Color information
#FB454B (or 0xFB454B) is known color: Radical Red. HEX triplet: FB, 45 and 4B. RGB value is (251,69,75). Sum of RGB (Red+Green+Blue) = 251+69+75=395 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.54% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 251 - color contains mainly: red. Hex color #FB454B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB454B is #04BAB4. Grayscale: #7C7C7C. Windows color (decimal): -309941 or 4933115. OLE color: 4933115.
HSL color Cylindrical-coordinate representation of color #FB454B: hue angle of 358.02º 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 #FB454B is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 69 | 75 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.02 |
| HSL | 358.02º | 0.96% | 0.63% | - |
| HSV(B) | 358.02º | 0.73% | 0.98% | - |
| XYZ | 43.18 | 25.27 | 9.26 | - |
| YUV | 124.1 | 100.3 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 69 | 75 | 0 | 0.73 | 0.70 | 0.02 | 358.02 | 0.96 | 0.63 |
| Hex | FB | 45 | 4B | 0 | 49 | 46 | 2 | 166 | 60 | 3F |
| Octal | 373 | 105 | 113 | 0 | 111 | 106 | 2 | 546 | 140 | 77 |
| Binary | 11111011 | 1000101 | 1001011 | 0 | 1001001 | 1000110 | 10 | 101100110 | 1100000 | 111111 |
Color Harmonies of #FB454B
Complementary color
Monochromatic Colors of #FB454B
Black with #FB454B
Text Example
Text Example
White with #FB454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB454B; }
p { color: rgb(251,69,75); }
H1.HeaderClassName
{
color: #FB454B;
}
.AnyTagClassName
{
color: #FB454B;
}
</style>
background-color css
<style>
a { background-color: #FB454B; }
a { background-color: rgb(251,69,75); }
div.DivClassName
{
background-color: #FB454B;
}
.BgClassName
{
background-color: #FB454B;
}
</style>
border-color css
<style>
span { border-color: #FB454B; }
span { border-color: rgb(251,69,75); }
td.TdClassName
{
border-color: #FB454B;
}
.TagClassName
{
border-color: #FB454B;
}
</style>