Shades of Radical Red #FB454A
Tints of Radical Red #FB454A
RGB
CMYK
RGB Variations
Color information
#FB454A (or 0xFB454A) is known color: Radical Red. HEX triplet: FB, 45 and 4A. RGB value is (251,69,74). Sum of RGB (Red+Green+Blue) = 251+69+74=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB454A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB454A is #04BAB5. Grayscale: #7C7C7C. Windows color (decimal): -309942 or 4867579. OLE color: 4867579.
HSL color Cylindrical-coordinate representation of color #FB454A: hue angle of 358.35º 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 #FB454A is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 69 | 74 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.02 |
| HSL | 358.35º | 0.96% | 0.63% | - |
| HSV(B) | 358.35º | 0.73% | 0.98% | - |
| XYZ | 43.15 | 25.26 | 9.08 | - |
| YUV | 123.99 | 99.8 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 69 | 74 | 0 | 0.73 | 0.71 | 0.02 | 358.35 | 0.96 | 0.63 |
| Hex | FB | 45 | 4A | 0 | 49 | 47 | 2 | 166 | 60 | 3F |
| Octal | 373 | 105 | 112 | 0 | 111 | 107 | 2 | 546 | 140 | 77 |
| Binary | 11111011 | 1000101 | 1001010 | 0 | 1001001 | 1000111 | 10 | 101100110 | 1100000 | 111111 |
Color Harmonies of #FB454A
Complementary color
Monochromatic Colors of #FB454A
Black with #FB454A
Text Example
Text Example
White with #FB454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB454A; }
p { color: rgb(251,69,74); }
H1.HeaderClassName
{
color: #FB454A;
}
.AnyTagClassName
{
color: #FB454A;
}
</style>
background-color css
<style>
a { background-color: #FB454A; }
a { background-color: rgb(251,69,74); }
div.DivClassName
{
background-color: #FB454A;
}
.BgClassName
{
background-color: #FB454A;
}
</style>
border-color css
<style>
span { border-color: #FB454A; }
span { border-color: rgb(251,69,74); }
td.TdClassName
{
border-color: #FB454A;
}
.TagClassName
{
border-color: #FB454A;
}
</style>