Shades of Radical Red #FA4259
Tints of Radical Red #FA4259
RGB
CMYK
RGB Variations
Color information
#FA4259 (or 0xFA4259) is known color: Radical Red. HEX triplet: FA, 42 and 59. RGB value is (250,66,89). Sum of RGB (Red+Green+Blue) = 250+66+89=405 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.73% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4259 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4259 is #05BDA6. Grayscale: #7B7B7B. Windows color (decimal): -376231 or 5849850. OLE color: 5849850.
HSL color Cylindrical-coordinate representation of color #FA4259: hue angle of 352.5º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA4259 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 89 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.02 |
| HSL | 352.5º | 0.95% | 0.62% | - |
| HSV(B) | 352.5º | 0.74% | 0.98% | - |
| XYZ | 43.18 | 24.94 | 11.99 | - |
| YUV | 123.64 | 108.46 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 89 | 0 | 0.74 | 0.64 | 0.02 | 352.5 | 0.95 | 0.62 |
| Hex | FA | 42 | 59 | 0 | 4A | 40 | 2 | 160 | 5F | 3E |
| Octal | 372 | 102 | 131 | 0 | 112 | 100 | 2 | 540 | 137 | 76 |
| Binary | 11111010 | 1000010 | 1011001 | 0 | 1001010 | 1000000 | 10 | 101100000 | 1011111 | 111110 |
Color Harmonies of #FA4259
Complementary color
Monochromatic Colors of #FA4259
Black with #FA4259
Text Example
Text Example
White with #FA4259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4259; }
p { color: rgb(250,66,89); }
H1.HeaderClassName
{
color: #FA4259;
}
.AnyTagClassName
{
color: #FA4259;
}
</style>
background-color css
<style>
a { background-color: #FA4259; }
a { background-color: rgb(250,66,89); }
div.DivClassName
{
background-color: #FA4259;
}
.BgClassName
{
background-color: #FA4259;
}
</style>
border-color css
<style>
span { border-color: #FA4259; }
span { border-color: rgb(250,66,89); }
td.TdClassName
{
border-color: #FA4259;
}
.TagClassName
{
border-color: #FA4259;
}
</style>