Shades of Radical Red #F92D68
Tints of Radical Red #F92D68
RGB
CMYK
RGB Variations
Color information
#F92D68 (or 0xF92D68) is known color: Radical Red. HEX triplet: F9, 2D and 68. RGB value is (249,45,104). Sum of RGB (Red+Green+Blue) = 249+45+104=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92D68 is #06D297. Grayscale: #707070. Windows color (decimal): -447128 or 6827513. OLE color: 6827513.
HSL color Cylindrical-coordinate representation of color #F92D68: hue angle of 342.65º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92D68 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 104 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.02 |
| HSL | 342.65º | 0.94% | 0.58% | - |
| HSV(B) | 342.65º | 0.82% | 0.98% | - |
| XYZ | 42.5 | 23.02 | 15.3 | - |
| YUV | 112.72 | 123.09 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 104 | 0 | 0.82 | 0.58 | 0.02 | 342.65 | 0.94 | 0.58 |
| Hex | F9 | 2D | 68 | 0 | 52 | 3A | 2 | 157 | 5E | 3A |
| Octal | 371 | 55 | 150 | 0 | 122 | 72 | 2 | 527 | 136 | 72 |
| Binary | 11111001 | 101101 | 1101000 | 0 | 1010010 | 111010 | 10 | 101010111 | 1011110 | 111010 |
Color Harmonies of #F92D68
Complementary color
Monochromatic Colors of #F92D68
Black with #F92D68
Text Example
Text Example
White with #F92D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92D68; }
p { color: rgb(249,45,104); }
H1.HeaderClassName
{
color: #F92D68;
}
.AnyTagClassName
{
color: #F92D68;
}
</style>
background-color css
<style>
a { background-color: #F92D68; }
a { background-color: rgb(249,45,104); }
div.DivClassName
{
background-color: #F92D68;
}
.BgClassName
{
background-color: #F92D68;
}
</style>
border-color css
<style>
span { border-color: #F92D68; }
span { border-color: rgb(249,45,104); }
td.TdClassName
{
border-color: #F92D68;
}
.TagClassName
{
border-color: #F92D68;
}
</style>