Shades of Radical Red #FA366E
Tints of Radical Red #FA366E
RGB
CMYK
RGB Variations
Color information
#FA366E (or 0xFA366E) is known color: Radical Red. HEX triplet: FA, 36 and 6E. RGB value is (250,54,110). Sum of RGB (Red+Green+Blue) = 250+54+110=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA366E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA366E is #05C991. Grayscale: #767676. Windows color (decimal): -379282 or 7223034. OLE color: 7223034.
HSL color Cylindrical-coordinate representation of color #FA366E: hue angle of 342.86º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA366E is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 54 | 110 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.02 |
| HSL | 342.86º | 0.95% | 0.6% | - |
| HSV(B) | 342.86º | 0.78% | 0.98% | - |
| XYZ | 43.56 | 24.09 | 17.11 | - |
| YUV | 118.99 | 122.93 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 54 | 110 | 0 | 0.78 | 0.56 | 0.02 | 342.86 | 0.95 | 0.6 |
| Hex | FA | 36 | 6E | 0 | 4E | 38 | 2 | 157 | 5F | 3C |
| Octal | 372 | 66 | 156 | 0 | 116 | 70 | 2 | 527 | 137 | 74 |
| Binary | 11111010 | 110110 | 1101110 | 0 | 1001110 | 111000 | 10 | 101010111 | 1011111 | 111100 |
Color Harmonies of #FA366E
Complementary color
Monochromatic Colors of #FA366E
Black with #FA366E
Text Example
Text Example
White with #FA366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA366E; }
p { color: rgb(250,54,110); }
H1.HeaderClassName
{
color: #FA366E;
}
.AnyTagClassName
{
color: #FA366E;
}
</style>
background-color css
<style>
a { background-color: #FA366E; }
a { background-color: rgb(250,54,110); }
div.DivClassName
{
background-color: #FA366E;
}
.BgClassName
{
background-color: #FA366E;
}
</style>
border-color css
<style>
span { border-color: #FA366E; }
span { border-color: rgb(250,54,110); }
td.TdClassName
{
border-color: #FA366E;
}
.TagClassName
{
border-color: #FA366E;
}
</style>