Shades of Radical Red #FA4668
Tints of Radical Red #FA4668
RGB
CMYK
RGB Variations
Color information
#FA4668 (or 0xFA4668) is known color: Radical Red. HEX triplet: FA, 46 and 68. RGB value is (250,70,104). Sum of RGB (Red+Green+Blue) = 250+70+104=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4668 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4668 is #05B997. Grayscale: #7F7F7F. Windows color (decimal): -375192 or 6833914. OLE color: 6833914.
HSL color Cylindrical-coordinate representation of color #FA4668: hue angle of 348.67º 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 #FA4668 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 70 | 104 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.02 |
| HSL | 348.67º | 0.95% | 0.63% | - |
| HSV(B) | 348.67º | 0.72% | 0.98% | - |
| XYZ | 44.11 | 25.7 | 15.73 | - |
| YUV | 127.7 | 114.63 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 70 | 104 | 0 | 0.72 | 0.58 | 0.02 | 348.67 | 0.95 | 0.63 |
| Hex | FA | 46 | 68 | 0 | 48 | 3A | 2 | 15D | 5F | 3F |
| Octal | 372 | 106 | 150 | 0 | 110 | 72 | 2 | 535 | 137 | 77 |
| Binary | 11111010 | 1000110 | 1101000 | 0 | 1001000 | 111010 | 10 | 101011101 | 1011111 | 111111 |
Color Harmonies of #FA4668
Complementary color
Monochromatic Colors of #FA4668
Black with #FA4668
Text Example
Text Example
White with #FA4668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4668; }
p { color: rgb(250,70,104); }
H1.HeaderClassName
{
color: #FA4668;
}
.AnyTagClassName
{
color: #FA4668;
}
</style>
background-color css
<style>
a { background-color: #FA4668; }
a { background-color: rgb(250,70,104); }
div.DivClassName
{
background-color: #FA4668;
}
.BgClassName
{
background-color: #FA4668;
}
</style>
border-color css
<style>
span { border-color: #FA4668; }
span { border-color: rgb(250,70,104); }
td.TdClassName
{
border-color: #FA4668;
}
.TagClassName
{
border-color: #FA4668;
}
</style>