Shades of Radical Red #FA2551
Tints of Radical Red #FA2551
RGB
CMYK
RGB Variations
Color information
#FA2551 (or 0xFA2551) is known color: Radical Red. HEX triplet: FA, 25 and 51. RGB value is (250,37,81). Sum of RGB (Red+Green+Blue) = 250+37+81=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2551 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2551 is #05DAAE. Grayscale: #696969. Windows color (decimal): -383663 or 5318138. OLE color: 5318138.
HSL color Cylindrical-coordinate representation of color #FA2551: hue angle of 347.61º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA2551 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 81 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.02 |
| HSL | 347.61º | 0.96% | 0.56% | - |
| HSV(B) | 347.61º | 0.85% | 0.98% | - |
| XYZ | 41.57 | 22.24 | 9.89 | - |
| YUV | 105.7 | 114.07 | 230.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 81 | 0 | 0.85 | 0.68 | 0.02 | 347.61 | 0.96 | 0.56 |
| Hex | FA | 25 | 51 | 0 | 55 | 44 | 2 | 15C | 60 | 38 |
| Octal | 372 | 45 | 121 | 0 | 125 | 104 | 2 | 534 | 140 | 70 |
| Binary | 11111010 | 100101 | 1010001 | 0 | 1010101 | 1000100 | 10 | 101011100 | 1100000 | 111000 |
Color Harmonies of #FA2551
Complementary color
Monochromatic Colors of #FA2551
Black with #FA2551
Text Example
Text Example
White with #FA2551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2551; }
p { color: rgb(250,37,81); }
H1.HeaderClassName
{
color: #FA2551;
}
.AnyTagClassName
{
color: #FA2551;
}
</style>
background-color css
<style>
a { background-color: #FA2551; }
a { background-color: rgb(250,37,81); }
div.DivClassName
{
background-color: #FA2551;
}
.BgClassName
{
background-color: #FA2551;
}
</style>
border-color css
<style>
span { border-color: #FA2551; }
span { border-color: rgb(250,37,81); }
td.TdClassName
{
border-color: #FA2551;
}
.TagClassName
{
border-color: #FA2551;
}
</style>