Shades of Radical Red #FA4865
Tints of Radical Red #FA4865
RGB
CMYK
RGB Variations
Color information
#FA4865 (or 0xFA4865) is known color: Radical Red. HEX triplet: FA, 48 and 65. RGB value is (250,72,101). Sum of RGB (Red+Green+Blue) = 250+72+101=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4865 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4865 is #05B79A. Grayscale: #808080. Windows color (decimal): -374683 or 6637818. OLE color: 6637818.
HSL color Cylindrical-coordinate representation of color #FA4865: hue angle of 350.22º 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 #FA4865 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 72 | 101 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.02 |
| HSL | 350.22º | 0.95% | 0.63% | - |
| HSV(B) | 350.22º | 0.71% | 0.98% | - |
| XYZ | 44.09 | 25.9 | 14.99 | - |
| YUV | 128.53 | 112.47 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 72 | 101 | 0 | 0.71 | 0.60 | 0.02 | 350.22 | 0.95 | 0.63 |
| Hex | FA | 48 | 65 | 0 | 47 | 3C | 2 | 15E | 5F | 3F |
| Octal | 372 | 110 | 145 | 0 | 107 | 74 | 2 | 536 | 137 | 77 |
| Binary | 11111010 | 1001000 | 1100101 | 0 | 1000111 | 111100 | 10 | 101011110 | 1011111 | 111111 |
Color Harmonies of #FA4865
Complementary color
Monochromatic Colors of #FA4865
Black with #FA4865
Text Example
Text Example
White with #FA4865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4865; }
p { color: rgb(250,72,101); }
H1.HeaderClassName
{
color: #FA4865;
}
.AnyTagClassName
{
color: #FA4865;
}
</style>
background-color css
<style>
a { background-color: #FA4865; }
a { background-color: rgb(250,72,101); }
div.DivClassName
{
background-color: #FA4865;
}
.BgClassName
{
background-color: #FA4865;
}
</style>
border-color css
<style>
span { border-color: #FA4865; }
span { border-color: rgb(250,72,101); }
td.TdClassName
{
border-color: #FA4865;
}
.TagClassName
{
border-color: #FA4865;
}
</style>