Shades of Radical Red #FB375D
Tints of Radical Red #FB375D
RGB
CMYK
RGB Variations
Color information
#FB375D (or 0xFB375D) is known color: Radical Red. HEX triplet: FB, 37 and 5D. RGB value is (251,55,93). Sum of RGB (Red+Green+Blue) = 251+55+93=399 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.91% from 399); Green value is 55 (21.88% from 255 or 13.78% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 251 - color contains mainly: red. Hex color #FB375D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB375D is #04C8A2. Grayscale: #757575. Windows color (decimal): -313507 or 6109179. OLE color: 6109179.
HSL color Cylindrical-coordinate representation of color #FB375D: hue angle of 348.37º 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 #FB375D is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 55 | 93 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.02 |
| HSL | 348.37º | 0.96% | 0.6% | - |
| HSV(B) | 348.37º | 0.78% | 0.98% | - |
| XYZ | 43.13 | 24.03 | 12.72 | - |
| YUV | 117.94 | 113.93 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 55 | 93 | 0 | 0.78 | 0.63 | 0.02 | 348.37 | 0.96 | 0.6 |
| Hex | FB | 37 | 5D | 0 | 4E | 3F | 2 | 15C | 60 | 3C |
| Octal | 373 | 67 | 135 | 0 | 116 | 77 | 2 | 534 | 140 | 74 |
| Binary | 11111011 | 110111 | 1011101 | 0 | 1001110 | 111111 | 10 | 101011100 | 1100000 | 111100 |
Color Harmonies of #FB375D
Complementary color
Monochromatic Colors of #FB375D
Black with #FB375D
Text Example
Text Example
White with #FB375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB375D; }
p { color: rgb(251,55,93); }
H1.HeaderClassName
{
color: #FB375D;
}
.AnyTagClassName
{
color: #FB375D;
}
</style>
background-color css
<style>
a { background-color: #FB375D; }
a { background-color: rgb(251,55,93); }
div.DivClassName
{
background-color: #FB375D;
}
.BgClassName
{
background-color: #FB375D;
}
</style>
border-color css
<style>
span { border-color: #FB375D; }
span { border-color: rgb(251,55,93); }
td.TdClassName
{
border-color: #FB375D;
}
.TagClassName
{
border-color: #FB375D;
}
</style>