Shades of Radical Red #FA4153
Tints of Radical Red #FA4153
RGB
CMYK
RGB Variations
Color information
#FA4153 (or 0xFA4153) is known color: Radical Red. HEX triplet: FA, 41 and 53. RGB value is (250,65,83). Sum of RGB (Red+Green+Blue) = 250+65+83=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4153 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4153 is #05BEAC. Grayscale: #7A7A7A. Windows color (decimal): -376493 or 5456378. OLE color: 5456378.
HSL color Cylindrical-coordinate representation of color #FA4153: hue angle of 354.16º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA4153 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 83 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.02 |
| HSL | 354.16º | 0.95% | 0.62% | - |
| HSV(B) | 354.16º | 0.74% | 0.98% | - |
| XYZ | 42.88 | 24.73 | 10.7 | - |
| YUV | 122.37 | 105.79 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 83 | 0 | 0.74 | 0.67 | 0.02 | 354.16 | 0.95 | 0.62 |
| Hex | FA | 41 | 53 | 0 | 4A | 43 | 2 | 162 | 5F | 3E |
| Octal | 372 | 101 | 123 | 0 | 112 | 103 | 2 | 542 | 137 | 76 |
| Binary | 11111010 | 1000001 | 1010011 | 0 | 1001010 | 1000011 | 10 | 101100010 | 1011111 | 111110 |
Color Harmonies of #FA4153
Complementary color
Monochromatic Colors of #FA4153
Black with #FA4153
Text Example
Text Example
White with #FA4153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4153; }
p { color: rgb(250,65,83); }
H1.HeaderClassName
{
color: #FA4153;
}
.AnyTagClassName
{
color: #FA4153;
}
</style>
background-color css
<style>
a { background-color: #FA4153; }
a { background-color: rgb(250,65,83); }
div.DivClassName
{
background-color: #FA4153;
}
.BgClassName
{
background-color: #FA4153;
}
</style>
border-color css
<style>
span { border-color: #FA4153; }
span { border-color: rgb(250,65,83); }
td.TdClassName
{
border-color: #FA4153;
}
.TagClassName
{
border-color: #FA4153;
}
</style>