Shades of Radical Red #FA376B
Tints of Radical Red #FA376B
RGB
CMYK
RGB Variations
Color information
#FA376B (or 0xFA376B) is known color: Radical Red. HEX triplet: FA, 37 and 6B. RGB value is (250,55,107). Sum of RGB (Red+Green+Blue) = 250+55+107=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 55 (21.88% from 255 or 13.35% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA376B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA376B is #05C894. Grayscale: #777777. Windows color (decimal): -379029 or 7026682. OLE color: 7026682.
HSL color Cylindrical-coordinate representation of color #FA376B: hue angle of 344º degrees, saturation: 0.95, 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 #FA376B is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 55 | 107 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.02 |
| HSL | 344º | 0.95% | 0.6% | - |
| HSV(B) | 344º | 0.78% | 0.98% | - |
| XYZ | 43.44 | 24.12 | 16.28 | - |
| YUV | 119.23 | 121.1 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 55 | 107 | 0 | 0.78 | 0.57 | 0.02 | 344 | 0.95 | 0.6 |
| Hex | FA | 37 | 6B | 0 | 4E | 39 | 2 | 158 | 5F | 3C |
| Octal | 372 | 67 | 153 | 0 | 116 | 71 | 2 | 530 | 137 | 74 |
| Binary | 11111010 | 110111 | 1101011 | 0 | 1001110 | 111001 | 10 | 101011000 | 1011111 | 111100 |
Color Harmonies of #FA376B
Complementary color
Monochromatic Colors of #FA376B
Black with #FA376B
Text Example
Text Example
White with #FA376B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA376B; }
p { color: rgb(250,55,107); }
H1.HeaderClassName
{
color: #FA376B;
}
.AnyTagClassName
{
color: #FA376B;
}
</style>
background-color css
<style>
a { background-color: #FA376B; }
a { background-color: rgb(250,55,107); }
div.DivClassName
{
background-color: #FA376B;
}
.BgClassName
{
background-color: #FA376B;
}
</style>
border-color css
<style>
span { border-color: #FA376B; }
span { border-color: rgb(250,55,107); }
td.TdClassName
{
border-color: #FA376B;
}
.TagClassName
{
border-color: #FA376B;
}
</style>