Shades of Radical Red #FA2154
Tints of Radical Red #FA2154
RGB
CMYK
RGB Variations
Color information
#FA2154 (or 0xFA2154) is known color: Radical Red. HEX triplet: FA, 21 and 54. RGB value is (250,33,84). Sum of RGB (Red+Green+Blue) = 250+33+84=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2154 is #05DEAB. Grayscale: #676767. Windows color (decimal): -384684 or 5513722. OLE color: 5513722.
HSL color Cylindrical-coordinate representation of color #FA2154: hue angle of 345.9º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA2154 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 84 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.02 |
| HSL | 345.9º | 0.96% | 0.55% | - |
| HSV(B) | 345.9º | 0.87% | 0.98% | - |
| XYZ | 41.57 | 22.05 | 10.45 | - |
| YUV | 103.7 | 116.89 | 232.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 84 | 0 | 0.87 | 0.66 | 0.02 | 345.9 | 0.96 | 0.55 |
| Hex | FA | 21 | 54 | 0 | 57 | 42 | 2 | 15A | 60 | 37 |
| Octal | 372 | 41 | 124 | 0 | 127 | 102 | 2 | 532 | 140 | 67 |
| Binary | 11111010 | 100001 | 1010100 | 0 | 1010111 | 1000010 | 10 | 101011010 | 1100000 | 110111 |
Color Harmonies of #FA2154
Complementary color
Monochromatic Colors of #FA2154
Black with #FA2154
Text Example
Text Example
White with #FA2154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2154; }
p { color: rgb(250,33,84); }
H1.HeaderClassName
{
color: #FA2154;
}
.AnyTagClassName
{
color: #FA2154;
}
</style>
background-color css
<style>
a { background-color: #FA2154; }
a { background-color: rgb(250,33,84); }
div.DivClassName
{
background-color: #FA2154;
}
.BgClassName
{
background-color: #FA2154;
}
</style>
border-color css
<style>
span { border-color: #FA2154; }
span { border-color: rgb(250,33,84); }
td.TdClassName
{
border-color: #FA2154;
}
.TagClassName
{
border-color: #FA2154;
}
</style>