Shades of Radical Red #FA4962
Tints of Radical Red #FA4962
RGB
CMYK
RGB Variations
Color information
#FA4962 (or 0xFA4962) is known color: Radical Red. HEX triplet: FA, 49 and 62. RGB value is (250,73,98). Sum of RGB (Red+Green+Blue) = 250+73+98=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4962 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4962 is #05B69D. Grayscale: #808080. Windows color (decimal): -374430 or 6441466. OLE color: 6441466.
HSL color Cylindrical-coordinate representation of color #FA4962: hue angle of 351.53º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA4962 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 73 | 98 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.02 |
| HSL | 351.53º | 0.95% | 0.63% | - |
| HSV(B) | 351.53º | 0.71% | 0.98% | - |
| XYZ | 44.01 | 25.97 | 14.25 | - |
| YUV | 128.77 | 110.64 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 73 | 98 | 0 | 0.71 | 0.61 | 0.02 | 351.53 | 0.95 | 0.63 |
| Hex | FA | 49 | 62 | 0 | 47 | 3D | 2 | 160 | 5F | 3F |
| Octal | 372 | 111 | 142 | 0 | 107 | 75 | 2 | 540 | 137 | 77 |
| Binary | 11111010 | 1001001 | 1100010 | 0 | 1000111 | 111101 | 10 | 101100000 | 1011111 | 111111 |
Color Harmonies of #FA4962
Complementary color
Monochromatic Colors of #FA4962
Black with #FA4962
Text Example
Text Example
White with #FA4962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4962; }
p { color: rgb(250,73,98); }
H1.HeaderClassName
{
color: #FA4962;
}
.AnyTagClassName
{
color: #FA4962;
}
</style>
background-color css
<style>
a { background-color: #FA4962; }
a { background-color: rgb(250,73,98); }
div.DivClassName
{
background-color: #FA4962;
}
.BgClassName
{
background-color: #FA4962;
}
</style>
border-color css
<style>
span { border-color: #FA4962; }
span { border-color: rgb(250,73,98); }
td.TdClassName
{
border-color: #FA4962;
}
.TagClassName
{
border-color: #FA4962;
}
</style>