Shades of Radical Red #FA4558
Tints of Radical Red #FA4558
RGB
CMYK
RGB Variations
Color information
#FA4558 (or 0xFA4558) is known color: Radical Red. HEX triplet: FA, 45 and 58. RGB value is (250,69,88). Sum of RGB (Red+Green+Blue) = 250+69+88=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4558 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4558 is #05BAA7. Grayscale: #7D7D7D. Windows color (decimal): -375464 or 5785082. OLE color: 5785082.
HSL color Cylindrical-coordinate representation of color #FA4558: hue angle of 353.7º 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 #FA4558 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 69 | 88 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.02 |
| HSL | 353.7º | 0.95% | 0.63% | - |
| HSV(B) | 353.7º | 0.72% | 0.98% | - |
| XYZ | 43.31 | 25.28 | 11.83 | - |
| YUV | 125.29 | 106.97 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 69 | 88 | 0 | 0.72 | 0.65 | 0.02 | 353.7 | 0.95 | 0.63 |
| Hex | FA | 45 | 58 | 0 | 48 | 41 | 2 | 162 | 5F | 3F |
| Octal | 372 | 105 | 130 | 0 | 110 | 101 | 2 | 542 | 137 | 77 |
| Binary | 11111010 | 1000101 | 1011000 | 0 | 1001000 | 1000001 | 10 | 101100010 | 1011111 | 111111 |
Color Harmonies of #FA4558
Complementary color
Monochromatic Colors of #FA4558
Black with #FA4558
Text Example
Text Example
White with #FA4558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4558; }
p { color: rgb(250,69,88); }
H1.HeaderClassName
{
color: #FA4558;
}
.AnyTagClassName
{
color: #FA4558;
}
</style>
background-color css
<style>
a { background-color: #FA4558; }
a { background-color: rgb(250,69,88); }
div.DivClassName
{
background-color: #FA4558;
}
.BgClassName
{
background-color: #FA4558;
}
</style>
border-color css
<style>
span { border-color: #FA4558; }
span { border-color: rgb(250,69,88); }
td.TdClassName
{
border-color: #FA4558;
}
.TagClassName
{
border-color: #FA4558;
}
</style>