Shades of Radical Red #FA4453
Tints of Radical Red #FA4453
RGB
CMYK
RGB Variations
Color information
#FA4453 (or 0xFA4453) is known color: Radical Red. HEX triplet: FA, 44 and 53. RGB value is (250,68,83). Sum of RGB (Red+Green+Blue) = 250+68+83=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4453 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4453 is #05BBAC. Grayscale: #7C7C7C. Windows color (decimal): -375725 or 5457146. OLE color: 5457146.
HSL color Cylindrical-coordinate representation of color #FA4453: hue angle of 355.05º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA4453 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 83 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.02 |
| HSL | 355.05º | 0.95% | 0.62% | - |
| HSV(B) | 355.05º | 0.73% | 0.98% | - |
| XYZ | 43.05 | 25.08 | 10.76 | - |
| YUV | 124.13 | 104.8 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 83 | 0 | 0.73 | 0.67 | 0.02 | 355.05 | 0.95 | 0.62 |
| Hex | FA | 44 | 53 | 0 | 49 | 43 | 2 | 163 | 5F | 3E |
| Octal | 372 | 104 | 123 | 0 | 111 | 103 | 2 | 543 | 137 | 76 |
| Binary | 11111010 | 1000100 | 1010011 | 0 | 1001001 | 1000011 | 10 | 101100011 | 1011111 | 111110 |
Color Harmonies of #FA4453
Complementary color
Monochromatic Colors of #FA4453
Black with #FA4453
Text Example
Text Example
White with #FA4453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4453; }
p { color: rgb(250,68,83); }
H1.HeaderClassName
{
color: #FA4453;
}
.AnyTagClassName
{
color: #FA4453;
}
</style>
background-color css
<style>
a { background-color: #FA4453; }
a { background-color: rgb(250,68,83); }
div.DivClassName
{
background-color: #FA4453;
}
.BgClassName
{
background-color: #FA4453;
}
</style>
border-color css
<style>
span { border-color: #FA4453; }
span { border-color: rgb(250,68,83); }
td.TdClassName
{
border-color: #FA4453;
}
.TagClassName
{
border-color: #FA4453;
}
</style>