Shades of Radical Red #F91D68
Tints of Radical Red #F91D68
RGB
CMYK
RGB Variations
Color information
#F91D68 (or 0xF91D68) is known color: Radical Red. HEX triplet: F9, 1D and 68. RGB value is (249,29,104). Sum of RGB (Red+Green+Blue) = 249+29+104=382 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.18% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91D68 is #06E297. Grayscale: #676767. Windows color (decimal): -451224 or 6823417. OLE color: 6823417.
HSL color Cylindrical-coordinate representation of color #F91D68: hue angle of 339.55º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91D68 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 104 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.02 |
| HSL | 339.55º | 0.95% | 0.55% | - |
| HSV(B) | 339.55º | 0.88% | 0.98% | - |
| XYZ | 42 | 22.02 | 15.13 | - |
| YUV | 103.33 | 128.39 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 104 | 0 | 0.88 | 0.58 | 0.02 | 339.55 | 0.95 | 0.55 |
| Hex | F9 | 1D | 68 | 0 | 58 | 3A | 2 | 154 | 5F | 37 |
| Octal | 371 | 35 | 150 | 0 | 130 | 72 | 2 | 524 | 137 | 67 |
| Binary | 11111001 | 11101 | 1101000 | 0 | 1011000 | 111010 | 10 | 101010100 | 1011111 | 110111 |
Color Harmonies of #F91D68
Complementary color
Monochromatic Colors of #F91D68
Black with #F91D68
Text Example
Text Example
White with #F91D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91D68; }
p { color: rgb(249,29,104); }
H1.HeaderClassName
{
color: #F91D68;
}
.AnyTagClassName
{
color: #F91D68;
}
</style>
background-color css
<style>
a { background-color: #F91D68; }
a { background-color: rgb(249,29,104); }
div.DivClassName
{
background-color: #F91D68;
}
.BgClassName
{
background-color: #F91D68;
}
</style>
border-color css
<style>
span { border-color: #F91D68; }
span { border-color: rgb(249,29,104); }
td.TdClassName
{
border-color: #F91D68;
}
.TagClassName
{
border-color: #F91D68;
}
</style>