Shades of Radical Red #FB345C
Tints of Radical Red #FB345C
RGB
CMYK
RGB Variations
Color information
#FB345C (or 0xFB345C) is known color: Radical Red. HEX triplet: FB, 34 and 5C. RGB value is (251,52,92). Sum of RGB (Red+Green+Blue) = 251+52+92=395 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.54% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 251 - color contains mainly: red. Hex color #FB345C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB345C is #04CBA3. Grayscale: #747474. Windows color (decimal): -314276 or 6042875. OLE color: 6042875.
HSL color Cylindrical-coordinate representation of color #FB345C: hue angle of 347.94º 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 #FB345C is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 52 | 92 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.02 |
| HSL | 347.94º | 0.96% | 0.59% | - |
| HSV(B) | 347.94º | 0.79% | 0.98% | - |
| XYZ | 42.94 | 23.74 | 12.44 | - |
| YUV | 116.06 | 114.43 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 52 | 92 | 0 | 0.79 | 0.63 | 0.02 | 347.94 | 0.96 | 0.59 |
| Hex | FB | 34 | 5C | 0 | 4F | 3F | 2 | 15C | 60 | 3B |
| Octal | 373 | 64 | 134 | 0 | 117 | 77 | 2 | 534 | 140 | 73 |
| Binary | 11111011 | 110100 | 1011100 | 0 | 1001111 | 111111 | 10 | 101011100 | 1100000 | 111011 |
Color Harmonies of #FB345C
Complementary color
Monochromatic Colors of #FB345C
Black with #FB345C
Text Example
Text Example
White with #FB345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB345C; }
p { color: rgb(251,52,92); }
H1.HeaderClassName
{
color: #FB345C;
}
.AnyTagClassName
{
color: #FB345C;
}
</style>
background-color css
<style>
a { background-color: #FB345C; }
a { background-color: rgb(251,52,92); }
div.DivClassName
{
background-color: #FB345C;
}
.BgClassName
{
background-color: #FB345C;
}
</style>
border-color css
<style>
span { border-color: #FB345C; }
span { border-color: rgb(251,52,92); }
td.TdClassName
{
border-color: #FB345C;
}
.TagClassName
{
border-color: #FB345C;
}
</style>