Shades of Radical Red #FB365C
Tints of Radical Red #FB365C
RGB
CMYK
RGB Variations
Color information
#FB365C (or 0xFB365C) is known color: Radical Red. HEX triplet: FB, 36 and 5C. RGB value is (251,54,92). Sum of RGB (Red+Green+Blue) = 251+54+92=397 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.22% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 251 - color contains mainly: red. Hex color #FB365C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB365C is #04C9A3. Grayscale: #757575. Windows color (decimal): -313764 or 6043387. OLE color: 6043387.
HSL color Cylindrical-coordinate representation of color #FB365C: hue angle of 348.43º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB365C is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 54 | 92 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.02 |
| HSL | 348.43º | 0.96% | 0.6% | - |
| HSV(B) | 348.43º | 0.78% | 0.98% | - |
| XYZ | 43.03 | 23.92 | 12.47 | - |
| YUV | 117.24 | 113.77 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 54 | 92 | 0 | 0.78 | 0.63 | 0.02 | 348.43 | 0.96 | 0.6 |
| Hex | FB | 36 | 5C | 0 | 4E | 3F | 2 | 15C | 60 | 3C |
| Octal | 373 | 66 | 134 | 0 | 116 | 77 | 2 | 534 | 140 | 74 |
| Binary | 11111011 | 110110 | 1011100 | 0 | 1001110 | 111111 | 10 | 101011100 | 1100000 | 111100 |
Color Harmonies of #FB365C
Complementary color
Monochromatic Colors of #FB365C
Black with #FB365C
Text Example
Text Example
White with #FB365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB365C; }
p { color: rgb(251,54,92); }
H1.HeaderClassName
{
color: #FB365C;
}
.AnyTagClassName
{
color: #FB365C;
}
</style>
background-color css
<style>
a { background-color: #FB365C; }
a { background-color: rgb(251,54,92); }
div.DivClassName
{
background-color: #FB365C;
}
.BgClassName
{
background-color: #FB365C;
}
</style>
border-color css
<style>
span { border-color: #FB365C; }
span { border-color: rgb(251,54,92); }
td.TdClassName
{
border-color: #FB365C;
}
.TagClassName
{
border-color: #FB365C;
}
</style>