Shades of Radical Red #FB346C
Tints of Radical Red #FB346C
RGB
CMYK
RGB Variations
Color information
#FB346C (or 0xFB346C) is known color: Radical Red. HEX triplet: FB, 34 and 6C. RGB value is (251,52,108). Sum of RGB (Red+Green+Blue) = 251+52+108=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB346C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB346C is #04CB93. Grayscale: #757575. Windows color (decimal): -314260 or 7091451. OLE color: 7091451.
HSL color Cylindrical-coordinate representation of color #FB346C: hue angle of 343.12º 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 #FB346C is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 52 | 108 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.02 |
| HSL | 343.12º | 0.96% | 0.59% | - |
| HSV(B) | 343.12º | 0.79% | 0.98% | - |
| XYZ | 43.72 | 24.05 | 16.52 | - |
| YUV | 117.89 | 122.43 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 52 | 108 | 0 | 0.79 | 0.57 | 0.02 | 343.12 | 0.96 | 0.59 |
| Hex | FB | 34 | 6C | 0 | 4F | 39 | 2 | 157 | 60 | 3B |
| Octal | 373 | 64 | 154 | 0 | 117 | 71 | 2 | 527 | 140 | 73 |
| Binary | 11111011 | 110100 | 1101100 | 0 | 1001111 | 111001 | 10 | 101010111 | 1100000 | 111011 |
Color Harmonies of #FB346C
Complementary color
Monochromatic Colors of #FB346C
Black with #FB346C
Text Example
Text Example
White with #FB346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB346C; }
p { color: rgb(251,52,108); }
H1.HeaderClassName
{
color: #FB346C;
}
.AnyTagClassName
{
color: #FB346C;
}
</style>
background-color css
<style>
a { background-color: #FB346C; }
a { background-color: rgb(251,52,108); }
div.DivClassName
{
background-color: #FB346C;
}
.BgClassName
{
background-color: #FB346C;
}
</style>
border-color css
<style>
span { border-color: #FB346C; }
span { border-color: rgb(251,52,108); }
td.TdClassName
{
border-color: #FB346C;
}
.TagClassName
{
border-color: #FB346C;
}
</style>