Shades of Radical Red #FA366D
Tints of Radical Red #FA366D
RGB
CMYK
RGB Variations
Color information
#FA366D (or 0xFA366D) is known color: Radical Red. HEX triplet: FA, 36 and 6D. RGB value is (250,54,109). Sum of RGB (Red+Green+Blue) = 250+54+109=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA366D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA366D is #05C992. Grayscale: #767676. Windows color (decimal): -379283 or 7157498. OLE color: 7157498.
HSL color Cylindrical-coordinate representation of color #FA366D: hue angle of 343.16º 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 #FA366D is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 54 | 109 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.02 |
| HSL | 343.16º | 0.95% | 0.6% | - |
| HSV(B) | 343.16º | 0.78% | 0.98% | - |
| XYZ | 43.5 | 24.07 | 16.82 | - |
| YUV | 118.87 | 122.43 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 54 | 109 | 0 | 0.78 | 0.56 | 0.02 | 343.16 | 0.95 | 0.6 |
| Hex | FA | 36 | 6D | 0 | 4E | 38 | 2 | 157 | 5F | 3C |
| Octal | 372 | 66 | 155 | 0 | 116 | 70 | 2 | 527 | 137 | 74 |
| Binary | 11111010 | 110110 | 1101101 | 0 | 1001110 | 111000 | 10 | 101010111 | 1011111 | 111100 |
Color Harmonies of #FA366D
Complementary color
Monochromatic Colors of #FA366D
Black with #FA366D
Text Example
Text Example
White with #FA366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA366D; }
p { color: rgb(250,54,109); }
H1.HeaderClassName
{
color: #FA366D;
}
.AnyTagClassName
{
color: #FA366D;
}
</style>
background-color css
<style>
a { background-color: #FA366D; }
a { background-color: rgb(250,54,109); }
div.DivClassName
{
background-color: #FA366D;
}
.BgClassName
{
background-color: #FA366D;
}
</style>
border-color css
<style>
span { border-color: #FA366D; }
span { border-color: rgb(250,54,109); }
td.TdClassName
{
border-color: #FA366D;
}
.TagClassName
{
border-color: #FA366D;
}
</style>