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