Shades of Radical Red #FB464B
Tints of Radical Red #FB464B
RGB
CMYK
RGB Variations
Color information
#FB464B (or 0xFB464B) is known color: Radical Red. HEX triplet: FB, 46 and 4B. RGB value is (251,70,75). Sum of RGB (Red+Green+Blue) = 251+70+75=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB464B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB464B is #04B9B4. Grayscale: #7C7C7C. Windows color (decimal): -309685 or 4933371. OLE color: 4933371.
HSL color Cylindrical-coordinate representation of color #FB464B: hue angle of 358.34º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB464B is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 70 | 75 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.02 |
| HSL | 358.34º | 0.96% | 0.63% | - |
| HSV(B) | 358.34º | 0.72% | 0.98% | - |
| XYZ | 43.24 | 25.4 | 9.28 | - |
| YUV | 124.69 | 99.97 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 70 | 75 | 0 | 0.72 | 0.70 | 0.02 | 358.34 | 0.96 | 0.63 |
| Hex | FB | 46 | 4B | 0 | 48 | 46 | 2 | 166 | 60 | 3F |
| Octal | 373 | 106 | 113 | 0 | 110 | 106 | 2 | 546 | 140 | 77 |
| Binary | 11111011 | 1000110 | 1001011 | 0 | 1001000 | 1000110 | 10 | 101100110 | 1100000 | 111111 |
Color Harmonies of #FB464B
Complementary color
Monochromatic Colors of #FB464B
Black with #FB464B
Text Example
Text Example
White with #FB464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB464B; }
p { color: rgb(251,70,75); }
H1.HeaderClassName
{
color: #FB464B;
}
.AnyTagClassName
{
color: #FB464B;
}
</style>
background-color css
<style>
a { background-color: #FB464B; }
a { background-color: rgb(251,70,75); }
div.DivClassName
{
background-color: #FB464B;
}
.BgClassName
{
background-color: #FB464B;
}
</style>
border-color css
<style>
span { border-color: #FB464B; }
span { border-color: rgb(251,70,75); }
td.TdClassName
{
border-color: #FB464B;
}
.TagClassName
{
border-color: #FB464B;
}
</style>