Shades of Radical Red #FA5358
Tints of Radical Red #FA5358
RGB
CMYK
RGB Variations
Color information
#FA5358 (or 0xFA5358) is known color: Radical Red. HEX triplet: FA, 53 and 58. RGB value is (250,83,88). Sum of RGB (Red+Green+Blue) = 250+83+88=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5358 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5358 is #05ACA7. Grayscale: #858585. Windows color (decimal): -371880 or 5788666. OLE color: 5788666.
HSL color Cylindrical-coordinate representation of color #FA5358: hue angle of 358.2º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA5358 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 83 | 88 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.02 |
| HSL | 358.2º | 0.94% | 0.65% | - |
| HSV(B) | 358.2º | 0.67% | 0.98% | - |
| XYZ | 44.28 | 27.22 | 12.15 | - |
| YUV | 133.5 | 102.33 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 83 | 88 | 0 | 0.67 | 0.65 | 0.02 | 358.2 | 0.94 | 0.65 |
| Hex | FA | 53 | 58 | 0 | 43 | 41 | 2 | 166 | 5E | 41 |
| Octal | 372 | 123 | 130 | 0 | 103 | 101 | 2 | 546 | 136 | 101 |
| Binary | 11111010 | 1010011 | 1011000 | 0 | 1000011 | 1000001 | 10 | 101100110 | 1011110 | 1000001 |
Color Harmonies of #FA5358
Complementary color
Monochromatic Colors of #FA5358
Black with #FA5358
Text Example
Text Example
White with #FA5358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5358; }
p { color: rgb(250,83,88); }
H1.HeaderClassName
{
color: #FA5358;
}
.AnyTagClassName
{
color: #FA5358;
}
</style>
background-color css
<style>
a { background-color: #FA5358; }
a { background-color: rgb(250,83,88); }
div.DivClassName
{
background-color: #FA5358;
}
.BgClassName
{
background-color: #FA5358;
}
</style>
border-color css
<style>
span { border-color: #FA5358; }
span { border-color: rgb(250,83,88); }
td.TdClassName
{
border-color: #FA5358;
}
.TagClassName
{
border-color: #FA5358;
}
</style>