Shades of Radical Red #FB355C
Tints of Radical Red #FB355C
RGB
CMYK
RGB Variations
Color information
#FB355C (or 0xFB355C) is known color: Radical Red. HEX triplet: FB, 35 and 5C. RGB value is (251,53,92). Sum of RGB (Red+Green+Blue) = 251+53+92=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB355C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB355C is #04CAA3. Grayscale: #747474. Windows color (decimal): -314020 or 6043131. OLE color: 6043131.
HSL color Cylindrical-coordinate representation of color #FB355C: hue angle of 348.18º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FB355C is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 53 | 92 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.02 |
| HSL | 348.18º | 0.96% | 0.6% | - |
| HSV(B) | 348.18º | 0.79% | 0.98% | - |
| XYZ | 42.99 | 23.83 | 12.46 | - |
| YUV | 116.65 | 114.1 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 53 | 92 | 0 | 0.79 | 0.63 | 0.02 | 348.18 | 0.96 | 0.6 |
| Hex | FB | 35 | 5C | 0 | 4F | 3F | 2 | 15C | 60 | 3C |
| Octal | 373 | 65 | 134 | 0 | 117 | 77 | 2 | 534 | 140 | 74 |
| Binary | 11111011 | 110101 | 1011100 | 0 | 1001111 | 111111 | 10 | 101011100 | 1100000 | 111100 |
Color Harmonies of #FB355C
Complementary color
Monochromatic Colors of #FB355C
Black with #FB355C
Text Example
Text Example
White with #FB355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB355C; }
p { color: rgb(251,53,92); }
H1.HeaderClassName
{
color: #FB355C;
}
.AnyTagClassName
{
color: #FB355C;
}
</style>
background-color css
<style>
a { background-color: #FB355C; }
a { background-color: rgb(251,53,92); }
div.DivClassName
{
background-color: #FB355C;
}
.BgClassName
{
background-color: #FB355C;
}
</style>
border-color css
<style>
span { border-color: #FB355C; }
span { border-color: rgb(251,53,92); }
td.TdClassName
{
border-color: #FB355C;
}
.TagClassName
{
border-color: #FB355C;
}
</style>