Shades of Radical Red #FA376A
Tints of Radical Red #FA376A
RGB
CMYK
RGB Variations
Color information
#FA376A (or 0xFA376A) is known color: Radical Red. HEX triplet: FA, 37 and 6A. RGB value is (250,55,106). Sum of RGB (Red+Green+Blue) = 250+55+106=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 55 (21.88% from 255 or 13.38% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA376A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA376A is #05C895. Grayscale: #777777. Windows color (decimal): -379030 or 6961146. OLE color: 6961146.
HSL color Cylindrical-coordinate representation of color #FA376A: hue angle of 344.31º 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 #FA376A is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 55 | 106 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.02 |
| HSL | 344.31º | 0.95% | 0.6% | - |
| HSV(B) | 344.31º | 0.78% | 0.98% | - |
| XYZ | 43.39 | 24.1 | 16 | - |
| YUV | 119.12 | 120.6 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 55 | 106 | 0 | 0.78 | 0.58 | 0.02 | 344.31 | 0.95 | 0.6 |
| Hex | FA | 37 | 6A | 0 | 4E | 3A | 2 | 158 | 5F | 3C |
| Octal | 372 | 67 | 152 | 0 | 116 | 72 | 2 | 530 | 137 | 74 |
| Binary | 11111010 | 110111 | 1101010 | 0 | 1001110 | 111010 | 10 | 101011000 | 1011111 | 111100 |
Color Harmonies of #FA376A
Complementary color
Monochromatic Colors of #FA376A
Black with #FA376A
Text Example
Text Example
White with #FA376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA376A; }
p { color: rgb(250,55,106); }
H1.HeaderClassName
{
color: #FA376A;
}
.AnyTagClassName
{
color: #FA376A;
}
</style>
background-color css
<style>
a { background-color: #FA376A; }
a { background-color: rgb(250,55,106); }
div.DivClassName
{
background-color: #FA376A;
}
.BgClassName
{
background-color: #FA376A;
}
</style>
border-color css
<style>
span { border-color: #FA376A; }
span { border-color: rgb(250,55,106); }
td.TdClassName
{
border-color: #FA376A;
}
.TagClassName
{
border-color: #FA376A;
}
</style>