Shades of Radical Red #FA3953
Tints of Radical Red #FA3953
RGB
CMYK
RGB Variations
Color information
#FA3953 (or 0xFA3953) is known color: Radical Red. HEX triplet: FA, 39 and 53. RGB value is (250,57,83). Sum of RGB (Red+Green+Blue) = 250+57+83=390 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.10% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3953 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3953 is #05C6AC. Grayscale: #757575. Windows color (decimal): -378541 or 5454330. OLE color: 5454330.
HSL color Cylindrical-coordinate representation of color #FA3953: hue angle of 351.92º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA3953 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 57 | 83 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.02 |
| HSL | 351.92º | 0.95% | 0.6% | - |
| HSV(B) | 351.92º | 0.77% | 0.98% | - |
| XYZ | 42.45 | 23.87 | 10.55 | - |
| YUV | 117.67 | 108.44 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 57 | 83 | 0 | 0.77 | 0.67 | 0.02 | 351.92 | 0.95 | 0.6 |
| Hex | FA | 39 | 53 | 0 | 4D | 43 | 2 | 160 | 5F | 3C |
| Octal | 372 | 71 | 123 | 0 | 115 | 103 | 2 | 540 | 137 | 74 |
| Binary | 11111010 | 111001 | 1010011 | 0 | 1001101 | 1000011 | 10 | 101100000 | 1011111 | 111100 |
Color Harmonies of #FA3953
Complementary color
Monochromatic Colors of #FA3953
Black with #FA3953
Text Example
Text Example
White with #FA3953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3953; }
p { color: rgb(250,57,83); }
H1.HeaderClassName
{
color: #FA3953;
}
.AnyTagClassName
{
color: #FA3953;
}
</style>
background-color css
<style>
a { background-color: #FA3953; }
a { background-color: rgb(250,57,83); }
div.DivClassName
{
background-color: #FA3953;
}
.BgClassName
{
background-color: #FA3953;
}
</style>
border-color css
<style>
span { border-color: #FA3953; }
span { border-color: rgb(250,57,83); }
td.TdClassName
{
border-color: #FA3953;
}
.TagClassName
{
border-color: #FA3953;
}
</style>