Shades of Radical Red #FA4651
Tints of Radical Red #FA4651
RGB
CMYK
RGB Variations
Color information
#FA4651 (or 0xFA4651) is known color: Radical Red. HEX triplet: FA, 46 and 51. RGB value is (250,70,81). Sum of RGB (Red+Green+Blue) = 250+70+81=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4651 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4651 is #05B9AE. Grayscale: #7D7D7D. Windows color (decimal): -375215 or 5326586. OLE color: 5326586.
HSL color Cylindrical-coordinate representation of color #FA4651: hue angle of 356.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA4651 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 70 | 81 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.02 |
| HSL | 356.33º | 0.95% | 0.63% | - |
| HSV(B) | 356.33º | 0.72% | 0.98% | - |
| XYZ | 43.1 | 25.3 | 10.4 | - |
| YUV | 125.07 | 103.13 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 70 | 81 | 0 | 0.72 | 0.68 | 0.02 | 356.33 | 0.95 | 0.63 |
| Hex | FA | 46 | 51 | 0 | 48 | 44 | 2 | 164 | 5F | 3F |
| Octal | 372 | 106 | 121 | 0 | 110 | 104 | 2 | 544 | 137 | 77 |
| Binary | 11111010 | 1000110 | 1010001 | 0 | 1001000 | 1000100 | 10 | 101100100 | 1011111 | 111111 |
Color Harmonies of #FA4651
Complementary color
Monochromatic Colors of #FA4651
Black with #FA4651
Text Example
Text Example
White with #FA4651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4651; }
p { color: rgb(250,70,81); }
H1.HeaderClassName
{
color: #FA4651;
}
.AnyTagClassName
{
color: #FA4651;
}
</style>
background-color css
<style>
a { background-color: #FA4651; }
a { background-color: rgb(250,70,81); }
div.DivClassName
{
background-color: #FA4651;
}
.BgClassName
{
background-color: #FA4651;
}
</style>
border-color css
<style>
span { border-color: #FA4651; }
span { border-color: rgb(250,70,81); }
td.TdClassName
{
border-color: #FA4651;
}
.TagClassName
{
border-color: #FA4651;
}
</style>