Shades of Radical Red #FA306E
Tints of Radical Red #FA306E
RGB
CMYK
RGB Variations
Color information
#FA306E (or 0xFA306E) is known color: Radical Red. HEX triplet: FA, 30 and 6E. RGB value is (250,48,110). Sum of RGB (Red+Green+Blue) = 250+48+110=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA306E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA306E is #05CF91. Grayscale: #737373. Windows color (decimal): -380818 or 7221498. OLE color: 7221498.
HSL color Cylindrical-coordinate representation of color #FA306E: hue angle of 341.58º 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 #FA306E is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 48 | 110 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.02 |
| HSL | 341.58º | 0.95% | 0.58% | - |
| HSV(B) | 341.58º | 0.81% | 0.98% | - |
| XYZ | 43.3 | 23.56 | 17.02 | - |
| YUV | 115.47 | 124.92 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 48 | 110 | 0 | 0.81 | 0.56 | 0.02 | 341.58 | 0.95 | 0.58 |
| Hex | FA | 30 | 6E | 0 | 51 | 38 | 2 | 156 | 5F | 3A |
| Octal | 372 | 60 | 156 | 0 | 121 | 70 | 2 | 526 | 137 | 72 |
| Binary | 11111010 | 110000 | 1101110 | 0 | 1010001 | 111000 | 10 | 101010110 | 1011111 | 111010 |
Color Harmonies of #FA306E
Complementary color
Monochromatic Colors of #FA306E
Black with #FA306E
Text Example
Text Example
White with #FA306E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA306E; }
p { color: rgb(250,48,110); }
H1.HeaderClassName
{
color: #FA306E;
}
.AnyTagClassName
{
color: #FA306E;
}
</style>
background-color css
<style>
a { background-color: #FA306E; }
a { background-color: rgb(250,48,110); }
div.DivClassName
{
background-color: #FA306E;
}
.BgClassName
{
background-color: #FA306E;
}
</style>
border-color css
<style>
span { border-color: #FA306E; }
span { border-color: rgb(250,48,110); }
td.TdClassName
{
border-color: #FA306E;
}
.TagClassName
{
border-color: #FA306E;
}
</style>