Shades of Radical Red #F92675
Tints of Radical Red #F92675
RGB
CMYK
RGB Variations
Color information
#F92675 (or 0xF92675) is known color: Radical Red. HEX triplet: F9, 26 and 75. RGB value is (249,38,117). Sum of RGB (Red+Green+Blue) = 249+38+117=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F92675 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92675 is #06D98A. Grayscale: #6D6D6D. Windows color (decimal): -448907 or 7677689. OLE color: 7677689.
HSL color Cylindrical-coordinate representation of color #F92675: hue angle of 337.54º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F92675 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 38 | 117 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.02 |
| HSL | 337.54º | 0.95% | 0.56% | - |
| HSV(B) | 337.54º | 0.85% | 0.98% | - |
| XYZ | 42.97 | 22.81 | 18.97 | - |
| YUV | 110.1 | 131.9 | 227.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 38 | 117 | 0 | 0.85 | 0.53 | 0.02 | 337.54 | 0.95 | 0.56 |
| Hex | F9 | 26 | 75 | 0 | 55 | 35 | 2 | 152 | 5F | 38 |
| Octal | 371 | 46 | 165 | 0 | 125 | 65 | 2 | 522 | 137 | 70 |
| Binary | 11111001 | 100110 | 1110101 | 0 | 1010101 | 110101 | 10 | 101010010 | 1011111 | 111000 |
Color Harmonies of #F92675
Complementary color
Monochromatic Colors of #F92675
Black with #F92675
Text Example
Text Example
White with #F92675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92675; }
p { color: rgb(249,38,117); }
H1.HeaderClassName
{
color: #F92675;
}
.AnyTagClassName
{
color: #F92675;
}
</style>
background-color css
<style>
a { background-color: #F92675; }
a { background-color: rgb(249,38,117); }
div.DivClassName
{
background-color: #F92675;
}
.BgClassName
{
background-color: #F92675;
}
</style>
border-color css
<style>
span { border-color: #F92675; }
span { border-color: rgb(249,38,117); }
td.TdClassName
{
border-color: #F92675;
}
.TagClassName
{
border-color: #F92675;
}
</style>