Shades of Radical Red #FA3553
Tints of Radical Red #FA3553
RGB
CMYK
RGB Variations
Color information
#FA3553 (or 0xFA3553) is known color: Radical Red. HEX triplet: FA, 35 and 53. RGB value is (250,53,83). Sum of RGB (Red+Green+Blue) = 250+53+83=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3553 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3553 is #05CAAC. Grayscale: #737373. Windows color (decimal): -379565 or 5453306. OLE color: 5453306.
HSL color Cylindrical-coordinate representation of color #FA3553: hue angle of 350.86º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA3553 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 53 | 83 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.02 |
| HSL | 350.86º | 0.95% | 0.59% | - |
| HSV(B) | 350.86º | 0.79% | 0.98% | - |
| XYZ | 42.26 | 23.49 | 10.49 | - |
| YUV | 115.32 | 109.77 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 53 | 83 | 0 | 0.79 | 0.67 | 0.02 | 350.86 | 0.95 | 0.59 |
| Hex | FA | 35 | 53 | 0 | 4F | 43 | 2 | 15F | 5F | 3B |
| Octal | 372 | 65 | 123 | 0 | 117 | 103 | 2 | 537 | 137 | 73 |
| Binary | 11111010 | 110101 | 1010011 | 0 | 1001111 | 1000011 | 10 | 101011111 | 1011111 | 111011 |
Color Harmonies of #FA3553
Complementary color
Monochromatic Colors of #FA3553
Black with #FA3553
Text Example
Text Example
White with #FA3553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3553; }
p { color: rgb(250,53,83); }
H1.HeaderClassName
{
color: #FA3553;
}
.AnyTagClassName
{
color: #FA3553;
}
</style>
background-color css
<style>
a { background-color: #FA3553; }
a { background-color: rgb(250,53,83); }
div.DivClassName
{
background-color: #FA3553;
}
.BgClassName
{
background-color: #FA3553;
}
</style>
border-color css
<style>
span { border-color: #FA3553; }
span { border-color: rgb(250,53,83); }
td.TdClassName
{
border-color: #FA3553;
}
.TagClassName
{
border-color: #FA3553;
}
</style>