Shades of Radical Red #F94F5C
Tints of Radical Red #F94F5C
RGB
CMYK
RGB Variations
Color information
#F94F5C (or 0xF94F5C) is known color: Radical Red. HEX triplet: F9, 4F and 5C. RGB value is (249,79,92). Sum of RGB (Red+Green+Blue) = 249+79+92=420 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.29% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 249 - color contains mainly: red. Hex color #F94F5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94F5C is #06B0A3. Grayscale: #838383. Windows color (decimal): -438436 or 6049785. OLE color: 6049785.
HSL color Cylindrical-coordinate representation of color #F94F5C: hue angle of 355.41º 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 #F94F5C is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 79 | 92 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.02 |
| HSL | 355.41º | 0.93% | 0.64% | - |
| HSV(B) | 355.41º | 0.68% | 0.98% | - |
| XYZ | 43.79 | 26.5 | 12.93 | - |
| YUV | 131.31 | 105.82 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 79 | 92 | 0 | 0.68 | 0.63 | 0.02 | 355.41 | 0.93 | 0.64 |
| Hex | F9 | 4F | 5C | 0 | 44 | 3F | 2 | 163 | 5D | 40 |
| Octal | 371 | 117 | 134 | 0 | 104 | 77 | 2 | 543 | 135 | 100 |
| Binary | 11111001 | 1001111 | 1011100 | 0 | 1000100 | 111111 | 10 | 101100011 | 1011101 | 1000000 |
Color Harmonies of #F94F5C
Complementary color
Monochromatic Colors of #F94F5C
Black with #F94F5C
Text Example
Text Example
White with #F94F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94F5C; }
p { color: rgb(249,79,92); }
H1.HeaderClassName
{
color: #F94F5C;
}
.AnyTagClassName
{
color: #F94F5C;
}
</style>
background-color css
<style>
a { background-color: #F94F5C; }
a { background-color: rgb(249,79,92); }
div.DivClassName
{
background-color: #F94F5C;
}
.BgClassName
{
background-color: #F94F5C;
}
</style>
border-color css
<style>
span { border-color: #F94F5C; }
span { border-color: rgb(249,79,92); }
td.TdClassName
{
border-color: #F94F5C;
}
.TagClassName
{
border-color: #F94F5C;
}
</style>