Shades of Radical Red #F94F5A
Tints of Radical Red #F94F5A
RGB
CMYK
RGB Variations
Color information
#F94F5A (or 0xF94F5A) is known color: Radical Red. HEX triplet: F9, 4F and 5A. RGB value is (249,79,90). Sum of RGB (Red+Green+Blue) = 249+79+90=418 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.57% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 249 - color contains mainly: red. Hex color #F94F5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94F5A is #06B0A5. Grayscale: #838383. Windows color (decimal): -438438 or 5918713. OLE color: 5918713.
HSL color Cylindrical-coordinate representation of color #F94F5A: hue angle of 356.12º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F94F5A is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 79 | 90 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.02 |
| HSL | 356.12º | 0.93% | 0.64% | - |
| HSV(B) | 356.12º | 0.68% | 0.98% | - |
| XYZ | 43.71 | 26.47 | 12.48 | - |
| YUV | 131.08 | 104.82 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 79 | 90 | 0 | 0.68 | 0.64 | 0.02 | 356.12 | 0.93 | 0.64 |
| Hex | F9 | 4F | 5A | 0 | 44 | 40 | 2 | 164 | 5D | 40 |
| Octal | 371 | 117 | 132 | 0 | 104 | 100 | 2 | 544 | 135 | 100 |
| Binary | 11111001 | 1001111 | 1011010 | 0 | 1000100 | 1000000 | 10 | 101100100 | 1011101 | 1000000 |
Color Harmonies of #F94F5A
Complementary color
Monochromatic Colors of #F94F5A
Black with #F94F5A
Text Example
Text Example
White with #F94F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94F5A; }
p { color: rgb(249,79,90); }
H1.HeaderClassName
{
color: #F94F5A;
}
.AnyTagClassName
{
color: #F94F5A;
}
</style>
background-color css
<style>
a { background-color: #F94F5A; }
a { background-color: rgb(249,79,90); }
div.DivClassName
{
background-color: #F94F5A;
}
.BgClassName
{
background-color: #F94F5A;
}
</style>
border-color css
<style>
span { border-color: #F94F5A; }
span { border-color: rgb(249,79,90); }
td.TdClassName
{
border-color: #F94F5A;
}
.TagClassName
{
border-color: #F94F5A;
}
</style>