Shades of Radical Red #FB375E
Tints of Radical Red #FB375E
RGB
CMYK
RGB Variations
Color information
#FB375E (or 0xFB375E) is known color: Radical Red. HEX triplet: FB, 37 and 5E. RGB value is (251,55,94). Sum of RGB (Red+Green+Blue) = 251+55+94=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB375E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB375E is #04C8A1. Grayscale: #767676. Windows color (decimal): -313506 or 6174715. OLE color: 6174715.
HSL color Cylindrical-coordinate representation of color #FB375E: hue angle of 348.06º 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 #FB375E is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 55 | 94 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.02 |
| HSL | 348.06º | 0.96% | 0.6% | - |
| HSV(B) | 348.06º | 0.78% | 0.98% | - |
| XYZ | 43.17 | 24.05 | 12.96 | - |
| YUV | 118.05 | 114.43 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 55 | 94 | 0 | 0.78 | 0.63 | 0.02 | 348.06 | 0.96 | 0.6 |
| Hex | FB | 37 | 5E | 0 | 4E | 3F | 2 | 15C | 60 | 3C |
| Octal | 373 | 67 | 136 | 0 | 116 | 77 | 2 | 534 | 140 | 74 |
| Binary | 11111011 | 110111 | 1011110 | 0 | 1001110 | 111111 | 10 | 101011100 | 1100000 | 111100 |
Color Harmonies of #FB375E
Complementary color
Monochromatic Colors of #FB375E
Black with #FB375E
Text Example
Text Example
White with #FB375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB375E; }
p { color: rgb(251,55,94); }
H1.HeaderClassName
{
color: #FB375E;
}
.AnyTagClassName
{
color: #FB375E;
}
</style>
background-color css
<style>
a { background-color: #FB375E; }
a { background-color: rgb(251,55,94); }
div.DivClassName
{
background-color: #FB375E;
}
.BgClassName
{
background-color: #FB375E;
}
</style>
border-color css
<style>
span { border-color: #FB375E; }
span { border-color: rgb(251,55,94); }
td.TdClassName
{
border-color: #FB375E;
}
.TagClassName
{
border-color: #FB375E;
}
</style>