Shades of Radical Red #FB4352
Tints of Radical Red #FB4352
RGB
CMYK
RGB Variations
Color information
#FB4352 (or 0xFB4352) is known color: Radical Red. HEX triplet: FB, 43 and 52. RGB value is (251,67,82). Sum of RGB (Red+Green+Blue) = 251+67+82=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4352 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4352 is #04BCAD. Grayscale: #7B7B7B. Windows color (decimal): -310446 or 5391355. OLE color: 5391355.
HSL color Cylindrical-coordinate representation of color #FB4352: hue angle of 355.11º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB4352 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 82 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.02 |
| HSL | 355.11º | 0.96% | 0.62% | - |
| HSV(B) | 355.11º | 0.73% | 0.98% | - |
| XYZ | 43.31 | 25.13 | 10.55 | - |
| YUV | 123.73 | 104.46 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 82 | 0 | 0.73 | 0.67 | 0.02 | 355.11 | 0.96 | 0.62 |
| Hex | FB | 43 | 52 | 0 | 49 | 43 | 2 | 163 | 60 | 3E |
| Octal | 373 | 103 | 122 | 0 | 111 | 103 | 2 | 543 | 140 | 76 |
| Binary | 11111011 | 1000011 | 1010010 | 0 | 1001001 | 1000011 | 10 | 101100011 | 1100000 | 111110 |
Color Harmonies of #FB4352
Complementary color
Monochromatic Colors of #FB4352
Black with #FB4352
Text Example
Text Example
White with #FB4352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4352; }
p { color: rgb(251,67,82); }
H1.HeaderClassName
{
color: #FB4352;
}
.AnyTagClassName
{
color: #FB4352;
}
</style>
background-color css
<style>
a { background-color: #FB4352; }
a { background-color: rgb(251,67,82); }
div.DivClassName
{
background-color: #FB4352;
}
.BgClassName
{
background-color: #FB4352;
}
</style>
border-color css
<style>
span { border-color: #FB4352; }
span { border-color: rgb(251,67,82); }
td.TdClassName
{
border-color: #FB4352;
}
.TagClassName
{
border-color: #FB4352;
}
</style>