Shades of Radical Red #FB344B
Tints of Radical Red #FB344B
RGB
CMYK
RGB Variations
Color information
#FB344B (or 0xFB344B) is known color: Radical Red. HEX triplet: FB, 34 and 4B. RGB value is (251,52,75). Sum of RGB (Red+Green+Blue) = 251+52+75=378 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.40% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 251 - color contains mainly: red. Hex color #FB344B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB344B is #04CBB4. Grayscale: #727272. Windows color (decimal): -314293 or 4928763. OLE color: 4928763.
HSL color Cylindrical-coordinate representation of color #FB344B: hue angle of 353.07º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FB344B is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 52 | 75 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.02 |
| HSL | 353.07º | 0.96% | 0.59% | - |
| HSV(B) | 353.07º | 0.79% | 0.98% | - |
| XYZ | 42.28 | 23.47 | 8.96 | - |
| YUV | 114.12 | 105.93 | 225.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 52 | 75 | 0 | 0.79 | 0.70 | 0.02 | 353.07 | 0.96 | 0.59 |
| Hex | FB | 34 | 4B | 0 | 4F | 46 | 2 | 161 | 60 | 3B |
| Octal | 373 | 64 | 113 | 0 | 117 | 106 | 2 | 541 | 140 | 73 |
| Binary | 11111011 | 110100 | 1001011 | 0 | 1001111 | 1000110 | 10 | 101100001 | 1100000 | 111011 |
Color Harmonies of #FB344B
Complementary color
Monochromatic Colors of #FB344B
Black with #FB344B
Text Example
Text Example
White with #FB344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB344B; }
p { color: rgb(251,52,75); }
H1.HeaderClassName
{
color: #FB344B;
}
.AnyTagClassName
{
color: #FB344B;
}
</style>
background-color css
<style>
a { background-color: #FB344B; }
a { background-color: rgb(251,52,75); }
div.DivClassName
{
background-color: #FB344B;
}
.BgClassName
{
background-color: #FB344B;
}
</style>
border-color css
<style>
span { border-color: #FB344B; }
span { border-color: rgb(251,52,75); }
td.TdClassName
{
border-color: #FB344B;
}
.TagClassName
{
border-color: #FB344B;
}
</style>