Shades of Radical Red #F9215C
Tints of Radical Red #F9215C
RGB
CMYK
RGB Variations
Color information
#F9215C (or 0xF9215C) is known color: Radical Red. HEX triplet: F9, 21 and 5C. RGB value is (249,33,92). Sum of RGB (Red+Green+Blue) = 249+33+92=374 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.58% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 249 - color contains mainly: red. Hex color #F9215C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9215C is #06DEA3. Grayscale: #686868. Windows color (decimal): -450212 or 6038009. OLE color: 6038009.
HSL color Cylindrical-coordinate representation of color #F9215C: hue angle of 343.61º 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 #F9215C is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 33 | 92 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.02 |
| HSL | 343.61º | 0.95% | 0.55% | - |
| HSV(B) | 343.61º | 0.87% | 0.98% | - |
| XYZ | 41.54 | 22 | 12.18 | - |
| YUV | 104.31 | 121.06 | 231.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 33 | 92 | 0 | 0.87 | 0.63 | 0.02 | 343.61 | 0.95 | 0.55 |
| Hex | F9 | 21 | 5C | 0 | 57 | 3F | 2 | 158 | 5F | 37 |
| Octal | 371 | 41 | 134 | 0 | 127 | 77 | 2 | 530 | 137 | 67 |
| Binary | 11111001 | 100001 | 1011100 | 0 | 1010111 | 111111 | 10 | 101011000 | 1011111 | 110111 |
Color Harmonies of #F9215C
Complementary color
Monochromatic Colors of #F9215C
Black with #F9215C
Text Example
Text Example
White with #F9215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9215C; }
p { color: rgb(249,33,92); }
H1.HeaderClassName
{
color: #F9215C;
}
.AnyTagClassName
{
color: #F9215C;
}
</style>
background-color css
<style>
a { background-color: #F9215C; }
a { background-color: rgb(249,33,92); }
div.DivClassName
{
background-color: #F9215C;
}
.BgClassName
{
background-color: #F9215C;
}
</style>
border-color css
<style>
span { border-color: #F9215C; }
span { border-color: rgb(249,33,92); }
td.TdClassName
{
border-color: #F9215C;
}
.TagClassName
{
border-color: #F9215C;
}
</style>