Shades of Radical Red #FA2853
Tints of Radical Red #FA2853
RGB
CMYK
RGB Variations
Color information
#FA2853 (or 0xFA2853) is known color: Radical Red. HEX triplet: FA, 28 and 53. RGB value is (250,40,83). Sum of RGB (Red+Green+Blue) = 250+40+83=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2853 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2853 is #05D7AC. Grayscale: #6B6B6B. Windows color (decimal): -382893 or 5449978. OLE color: 5449978.
HSL color Cylindrical-coordinate representation of color #FA2853: hue angle of 347.71º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA2853 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 83 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.02 |
| HSL | 347.71º | 0.95% | 0.57% | - |
| HSV(B) | 347.71º | 0.84% | 0.98% | - |
| XYZ | 41.74 | 22.47 | 10.32 | - |
| YUV | 107.69 | 114.07 | 229.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 83 | 0 | 0.84 | 0.67 | 0.02 | 347.71 | 0.95 | 0.57 |
| Hex | FA | 28 | 53 | 0 | 54 | 43 | 2 | 15C | 5F | 39 |
| Octal | 372 | 50 | 123 | 0 | 124 | 103 | 2 | 534 | 137 | 71 |
| Binary | 11111010 | 101000 | 1010011 | 0 | 1010100 | 1000011 | 10 | 101011100 | 1011111 | 111001 |
Color Harmonies of #FA2853
Complementary color
Monochromatic Colors of #FA2853
Black with #FA2853
Text Example
Text Example
White with #FA2853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2853; }
p { color: rgb(250,40,83); }
H1.HeaderClassName
{
color: #FA2853;
}
.AnyTagClassName
{
color: #FA2853;
}
</style>
background-color css
<style>
a { background-color: #FA2853; }
a { background-color: rgb(250,40,83); }
div.DivClassName
{
background-color: #FA2853;
}
.BgClassName
{
background-color: #FA2853;
}
</style>
border-color css
<style>
span { border-color: #FA2853; }
span { border-color: rgb(250,40,83); }
td.TdClassName
{
border-color: #FA2853;
}
.TagClassName
{
border-color: #FA2853;
}
</style>