Shades of Radical Red #FA4967
Tints of Radical Red #FA4967
RGB
CMYK
RGB Variations
Color information
#FA4967 (or 0xFA4967) is known color: Radical Red. HEX triplet: FA, 49 and 67. RGB value is (250,73,103). Sum of RGB (Red+Green+Blue) = 250+73+103=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4967 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4967 is #05B698. Grayscale: #818181. Windows color (decimal): -374425 or 6769146. OLE color: 6769146.
HSL color Cylindrical-coordinate representation of color #FA4967: hue angle of 349.83º 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 #FA4967 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 73 | 103 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.02 |
| HSL | 349.83º | 0.95% | 0.63% | - |
| HSV(B) | 349.83º | 0.71% | 0.98% | - |
| XYZ | 44.26 | 26.07 | 15.53 | - |
| YUV | 129.34 | 113.14 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 73 | 103 | 0 | 0.71 | 0.59 | 0.02 | 349.83 | 0.95 | 0.63 |
| Hex | FA | 49 | 67 | 0 | 47 | 3B | 2 | 15E | 5F | 3F |
| Octal | 372 | 111 | 147 | 0 | 107 | 73 | 2 | 536 | 137 | 77 |
| Binary | 11111010 | 1001001 | 1100111 | 0 | 1000111 | 111011 | 10 | 101011110 | 1011111 | 111111 |
Color Harmonies of #FA4967
Complementary color
Monochromatic Colors of #FA4967
Black with #FA4967
Text Example
Text Example
White with #FA4967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4967; }
p { color: rgb(250,73,103); }
H1.HeaderClassName
{
color: #FA4967;
}
.AnyTagClassName
{
color: #FA4967;
}
</style>
background-color css
<style>
a { background-color: #FA4967; }
a { background-color: rgb(250,73,103); }
div.DivClassName
{
background-color: #FA4967;
}
.BgClassName
{
background-color: #FA4967;
}
</style>
border-color css
<style>
span { border-color: #FA4967; }
span { border-color: rgb(250,73,103); }
td.TdClassName
{
border-color: #FA4967;
}
.TagClassName
{
border-color: #FA4967;
}
</style>