Shades of Radical Red #FA3051
Tints of Radical Red #FA3051
RGB
CMYK
RGB Variations
Color information
#FA3051 (or 0xFA3051) is known color: Radical Red. HEX triplet: FA, 30 and 51. RGB value is (250,48,81). Sum of RGB (Red+Green+Blue) = 250+48+81=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3051 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3051 is #05CFAE. Grayscale: #707070. Windows color (decimal): -380847 or 5320954. OLE color: 5320954.
HSL color Cylindrical-coordinate representation of color #FA3051: hue angle of 350.2º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA3051 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 48 | 81 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.02 |
| HSL | 350.2º | 0.95% | 0.58% | - |
| HSV(B) | 350.2º | 0.81% | 0.98% | - |
| XYZ | 41.97 | 23.03 | 10.02 | - |
| YUV | 112.16 | 110.42 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 48 | 81 | 0 | 0.81 | 0.68 | 0.02 | 350.2 | 0.95 | 0.58 |
| Hex | FA | 30 | 51 | 0 | 51 | 44 | 2 | 15E | 5F | 3A |
| Octal | 372 | 60 | 121 | 0 | 121 | 104 | 2 | 536 | 137 | 72 |
| Binary | 11111010 | 110000 | 1010001 | 0 | 1010001 | 1000100 | 10 | 101011110 | 1011111 | 111010 |
Color Harmonies of #FA3051
Complementary color
Monochromatic Colors of #FA3051
Black with #FA3051
Text Example
Text Example
White with #FA3051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3051; }
p { color: rgb(250,48,81); }
H1.HeaderClassName
{
color: #FA3051;
}
.AnyTagClassName
{
color: #FA3051;
}
</style>
background-color css
<style>
a { background-color: #FA3051; }
a { background-color: rgb(250,48,81); }
div.DivClassName
{
background-color: #FA3051;
}
.BgClassName
{
background-color: #FA3051;
}
</style>
border-color css
<style>
span { border-color: #FA3051; }
span { border-color: rgb(250,48,81); }
td.TdClassName
{
border-color: #FA3051;
}
.TagClassName
{
border-color: #FA3051;
}
</style>