Shades of Radical Red #F9205C
Tints of Radical Red #F9205C
RGB
CMYK
RGB Variations
Color information
#F9205C (or 0xF9205C) is known color: Radical Red. HEX triplet: F9, 20 and 5C. RGB value is (249,32,92). Sum of RGB (Red+Green+Blue) = 249+32+92=373 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.76% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 249 - color contains mainly: red. Hex color #F9205C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9205C is #06DFA3. Grayscale: #676767. Windows color (decimal): -450468 or 6037753. OLE color: 6037753.
HSL color Cylindrical-coordinate representation of color #F9205C: hue angle of 343.41º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F9205C is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 92 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.02 |
| HSL | 343.41º | 0.95% | 0.55% | - |
| HSV(B) | 343.41º | 0.87% | 0.98% | - |
| XYZ | 41.52 | 21.95 | 12.17 | - |
| YUV | 103.72 | 121.39 | 231.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 92 | 0 | 0.87 | 0.63 | 0.02 | 343.41 | 0.95 | 0.55 |
| Hex | F9 | 20 | 5C | 0 | 57 | 3F | 2 | 157 | 5F | 37 |
| Octal | 371 | 40 | 134 | 0 | 127 | 77 | 2 | 527 | 137 | 67 |
| Binary | 11111001 | 100000 | 1011100 | 0 | 1010111 | 111111 | 10 | 101010111 | 1011111 | 110111 |
Color Harmonies of #F9205C
Complementary color
Monochromatic Colors of #F9205C
Black with #F9205C
Text Example
Text Example
White with #F9205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9205C; }
p { color: rgb(249,32,92); }
H1.HeaderClassName
{
color: #F9205C;
}
.AnyTagClassName
{
color: #F9205C;
}
</style>
background-color css
<style>
a { background-color: #F9205C; }
a { background-color: rgb(249,32,92); }
div.DivClassName
{
background-color: #F9205C;
}
.BgClassName
{
background-color: #F9205C;
}
</style>
border-color css
<style>
span { border-color: #F9205C; }
span { border-color: rgb(249,32,92); }
td.TdClassName
{
border-color: #F9205C;
}
.TagClassName
{
border-color: #F9205C;
}
</style>