Shades of Radical Red #F9295C
Tints of Radical Red #F9295C
RGB
CMYK
RGB Variations
Color information
#F9295C (or 0xF9295C) is known color: Radical Red. HEX triplet: F9, 29 and 5C. RGB value is (249,41,92). Sum of RGB (Red+Green+Blue) = 249+41+92=382 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.18% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 249 - color contains mainly: red. Hex color #F9295C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9295C is #06D6A3. Grayscale: #6D6D6D. Windows color (decimal): -448164 or 6040057. OLE color: 6040057.
HSL color Cylindrical-coordinate representation of color #F9295C: hue angle of 345.29º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9295C is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 41 | 92 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.02 |
| HSL | 345.29º | 0.95% | 0.57% | - |
| HSV(B) | 345.29º | 0.84% | 0.98% | - |
| XYZ | 41.79 | 22.5 | 12.27 | - |
| YUV | 109.01 | 118.41 | 227.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 41 | 92 | 0 | 0.84 | 0.63 | 0.02 | 345.29 | 0.95 | 0.57 |
| Hex | F9 | 29 | 5C | 0 | 54 | 3F | 2 | 159 | 5F | 39 |
| Octal | 371 | 51 | 134 | 0 | 124 | 77 | 2 | 531 | 137 | 71 |
| Binary | 11111001 | 101001 | 1011100 | 0 | 1010100 | 111111 | 10 | 101011001 | 1011111 | 111001 |
Color Harmonies of #F9295C
Complementary color
Monochromatic Colors of #F9295C
Black with #F9295C
Text Example
Text Example
White with #F9295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9295C; }
p { color: rgb(249,41,92); }
H1.HeaderClassName
{
color: #F9295C;
}
.AnyTagClassName
{
color: #F9295C;
}
</style>
background-color css
<style>
a { background-color: #F9295C; }
a { background-color: rgb(249,41,92); }
div.DivClassName
{
background-color: #F9295C;
}
.BgClassName
{
background-color: #F9295C;
}
</style>
border-color css
<style>
span { border-color: #F9295C; }
span { border-color: rgb(249,41,92); }
td.TdClassName
{
border-color: #F9295C;
}
.TagClassName
{
border-color: #F9295C;
}
</style>