Shades of Radical Red #FB375C
Tints of Radical Red #FB375C
RGB
CMYK
RGB Variations
Color information
#FB375C (or 0xFB375C) is known color: Radical Red. HEX triplet: FB, 37 and 5C. RGB value is (251,55,92). Sum of RGB (Red+Green+Blue) = 251+55+92=398 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.07% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 251 - color contains mainly: red. Hex color #FB375C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB375C is #04C8A3. Grayscale: #757575. Windows color (decimal): -313508 or 6043643. OLE color: 6043643.
HSL color Cylindrical-coordinate representation of color #FB375C: hue angle of 348.67º 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 #FB375C is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 55 | 92 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.02 |
| HSL | 348.67º | 0.96% | 0.6% | - |
| HSV(B) | 348.67º | 0.78% | 0.98% | - |
| XYZ | 43.08 | 24.01 | 12.49 | - |
| YUV | 117.82 | 113.43 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 55 | 92 | 0 | 0.78 | 0.63 | 0.02 | 348.67 | 0.96 | 0.6 |
| Hex | FB | 37 | 5C | 0 | 4E | 3F | 2 | 15D | 60 | 3C |
| Octal | 373 | 67 | 134 | 0 | 116 | 77 | 2 | 535 | 140 | 74 |
| Binary | 11111011 | 110111 | 1011100 | 0 | 1001110 | 111111 | 10 | 101011101 | 1100000 | 111100 |
Color Harmonies of #FB375C
Complementary color
Monochromatic Colors of #FB375C
Black with #FB375C
Text Example
Text Example
White with #FB375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB375C; }
p { color: rgb(251,55,92); }
H1.HeaderClassName
{
color: #FB375C;
}
.AnyTagClassName
{
color: #FB375C;
}
</style>
background-color css
<style>
a { background-color: #FB375C; }
a { background-color: rgb(251,55,92); }
div.DivClassName
{
background-color: #FB375C;
}
.BgClassName
{
background-color: #FB375C;
}
</style>
border-color css
<style>
span { border-color: #FB375C; }
span { border-color: rgb(251,55,92); }
td.TdClassName
{
border-color: #FB375C;
}
.TagClassName
{
border-color: #FB375C;
}
</style>