Shades of Radical Red #FB424B
Tints of Radical Red #FB424B
RGB
CMYK
RGB Variations
Color information
#FB424B (or 0xFB424B) is known color: Radical Red. HEX triplet: FB, 42 and 4B. RGB value is (251,66,75). Sum of RGB (Red+Green+Blue) = 251+66+75=392 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.03% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 251 - color contains mainly: red. Hex color #FB424B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB424B is #04BDB4. Grayscale: #7A7A7A. Windows color (decimal): -310709 or 4932347. OLE color: 4932347.
HSL color Cylindrical-coordinate representation of color #FB424B: hue angle of 357.08º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB424B is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 75 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.02 |
| HSL | 357.08º | 0.96% | 0.62% | - |
| HSV(B) | 357.08º | 0.74% | 0.98% | - |
| XYZ | 43 | 24.91 | 9.2 | - |
| YUV | 122.34 | 101.29 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 75 | 0 | 0.74 | 0.70 | 0.02 | 357.08 | 0.96 | 0.62 |
| Hex | FB | 42 | 4B | 0 | 4A | 46 | 2 | 165 | 60 | 3E |
| Octal | 373 | 102 | 113 | 0 | 112 | 106 | 2 | 545 | 140 | 76 |
| Binary | 11111011 | 1000010 | 1001011 | 0 | 1001010 | 1000110 | 10 | 101100101 | 1100000 | 111110 |
Color Harmonies of #FB424B
Complementary color
Monochromatic Colors of #FB424B
Black with #FB424B
Text Example
Text Example
White with #FB424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB424B; }
p { color: rgb(251,66,75); }
H1.HeaderClassName
{
color: #FB424B;
}
.AnyTagClassName
{
color: #FB424B;
}
</style>
background-color css
<style>
a { background-color: #FB424B; }
a { background-color: rgb(251,66,75); }
div.DivClassName
{
background-color: #FB424B;
}
.BgClassName
{
background-color: #FB424B;
}
</style>
border-color css
<style>
span { border-color: #FB424B; }
span { border-color: rgb(251,66,75); }
td.TdClassName
{
border-color: #FB424B;
}
.TagClassName
{
border-color: #FB424B;
}
</style>