Shades of Radical Red #F9315C
Tints of Radical Red #F9315C
RGB
CMYK
RGB Variations
Color information
#F9315C (or 0xF9315C) is known color: Radical Red. HEX triplet: F9, 31 and 5C. RGB value is (249,49,92). Sum of RGB (Red+Green+Blue) = 249+49+92=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 49 (19.53% from 255 or 12.56% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F9315C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9315C is #06CEA3. Grayscale: #717171. Windows color (decimal): -446116 or 6042105. OLE color: 6042105.
HSL color Cylindrical-coordinate representation of color #F9315C: hue angle of 347.1º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9315C is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 92 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.02 |
| HSL | 347.1º | 0.94% | 0.58% | - |
| HSV(B) | 347.1º | 0.8% | 0.98% | - |
| XYZ | 42.1 | 23.11 | 12.37 | - |
| YUV | 113.7 | 115.76 | 224.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 92 | 0 | 0.80 | 0.63 | 0.02 | 347.1 | 0.94 | 0.58 |
| Hex | F9 | 31 | 5C | 0 | 50 | 3F | 2 | 15B | 5E | 3A |
| Octal | 371 | 61 | 134 | 0 | 120 | 77 | 2 | 533 | 136 | 72 |
| Binary | 11111001 | 110001 | 1011100 | 0 | 1010000 | 111111 | 10 | 101011011 | 1011110 | 111010 |
Color Harmonies of #F9315C
Complementary color
Monochromatic Colors of #F9315C
Black with #F9315C
Text Example
Text Example
White with #F9315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9315C; }
p { color: rgb(249,49,92); }
H1.HeaderClassName
{
color: #F9315C;
}
.AnyTagClassName
{
color: #F9315C;
}
</style>
background-color css
<style>
a { background-color: #F9315C; }
a { background-color: rgb(249,49,92); }
div.DivClassName
{
background-color: #F9315C;
}
.BgClassName
{
background-color: #F9315C;
}
</style>
border-color css
<style>
span { border-color: #F9315C; }
span { border-color: rgb(249,49,92); }
td.TdClassName
{
border-color: #F9315C;
}
.TagClassName
{
border-color: #F9315C;
}
</style>