Shades of Radical Red #F9335D
Tints of Radical Red #F9335D
RGB
CMYK
RGB Variations
Color information
#F9335D (or 0xF9335D) is known color: Radical Red. HEX triplet: F9, 33 and 5D. RGB value is (249,51,93). Sum of RGB (Red+Green+Blue) = 249+51+93=393 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.36% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 249 - color contains mainly: red. Hex color #F9335D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9335D is #06CCA2. Grayscale: #737373. Windows color (decimal): -445603 or 6108153. OLE color: 6108153.
HSL color Cylindrical-coordinate representation of color #F9335D: hue angle of 347.27º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9335D is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 51 | 93 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.02 |
| HSL | 347.27º | 0.94% | 0.59% | - |
| HSV(B) | 347.27º | 0.8% | 0.98% | - |
| XYZ | 42.23 | 23.3 | 12.63 | - |
| YUV | 114.99 | 115.6 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 51 | 93 | 0 | 0.80 | 0.63 | 0.02 | 347.27 | 0.94 | 0.59 |
| Hex | F9 | 33 | 5D | 0 | 50 | 3F | 2 | 15B | 5E | 3B |
| Octal | 371 | 63 | 135 | 0 | 120 | 77 | 2 | 533 | 136 | 73 |
| Binary | 11111001 | 110011 | 1011101 | 0 | 1010000 | 111111 | 10 | 101011011 | 1011110 | 111011 |
Color Harmonies of #F9335D
Complementary color
Monochromatic Colors of #F9335D
Black with #F9335D
Text Example
Text Example
White with #F9335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9335D; }
p { color: rgb(249,51,93); }
H1.HeaderClassName
{
color: #F9335D;
}
.AnyTagClassName
{
color: #F9335D;
}
</style>
background-color css
<style>
a { background-color: #F9335D; }
a { background-color: rgb(249,51,93); }
div.DivClassName
{
background-color: #F9335D;
}
.BgClassName
{
background-color: #F9335D;
}
</style>
border-color css
<style>
span { border-color: #F9335D; }
span { border-color: rgb(249,51,93); }
td.TdClassName
{
border-color: #F9335D;
}
.TagClassName
{
border-color: #F9335D;
}
</style>