Shades of Radical Red #FA304E
Tints of Radical Red #FA304E
RGB
CMYK
RGB Variations
Color information
#FA304E (or 0xFA304E) is known color: Radical Red. HEX triplet: FA, 30 and 4E. RGB value is (250,48,78). Sum of RGB (Red+Green+Blue) = 250+48+78=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA304E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA304E is #05CFB1. Grayscale: #6F6F6F. Windows color (decimal): -380850 or 5124346. OLE color: 5124346.
HSL color Cylindrical-coordinate representation of color #FA304E: hue angle of 351.09º 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 #FA304E is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 48 | 78 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.02 |
| HSL | 351.09º | 0.95% | 0.58% | - |
| HSV(B) | 351.09º | 0.81% | 0.98% | - |
| XYZ | 41.86 | 22.99 | 9.44 | - |
| YUV | 111.82 | 108.92 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 48 | 78 | 0 | 0.81 | 0.69 | 0.02 | 351.09 | 0.95 | 0.58 |
| Hex | FA | 30 | 4E | 0 | 51 | 45 | 2 | 15F | 5F | 3A |
| Octal | 372 | 60 | 116 | 0 | 121 | 105 | 2 | 537 | 137 | 72 |
| Binary | 11111010 | 110000 | 1001110 | 0 | 1010001 | 1000101 | 10 | 101011111 | 1011111 | 111010 |
Color Harmonies of #FA304E
Complementary color
Monochromatic Colors of #FA304E
Black with #FA304E
Text Example
Text Example
White with #FA304E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA304E; }
p { color: rgb(250,48,78); }
H1.HeaderClassName
{
color: #FA304E;
}
.AnyTagClassName
{
color: #FA304E;
}
</style>
background-color css
<style>
a { background-color: #FA304E; }
a { background-color: rgb(250,48,78); }
div.DivClassName
{
background-color: #FA304E;
}
.BgClassName
{
background-color: #FA304E;
}
</style>
border-color css
<style>
span { border-color: #FA304E; }
span { border-color: rgb(250,48,78); }
td.TdClassName
{
border-color: #FA304E;
}
.TagClassName
{
border-color: #FA304E;
}
</style>