Shades of Radical Red #F93565
Tints of Radical Red #F93565
RGB
CMYK
RGB Variations
Color information
#F93565 (or 0xF93565) is known color: Radical Red. HEX triplet: F9, 35 and 65. RGB value is (249,53,101). Sum of RGB (Red+Green+Blue) = 249+53+101=403 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.79% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 249 - color contains mainly: red. Hex color #F93565 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93565 is #06CA9A. Grayscale: #757575. Windows color (decimal): -445083 or 6632953. OLE color: 6632953.
HSL color Cylindrical-coordinate representation of color #F93565: hue angle of 345.31º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F93565 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 53 | 101 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.02 |
| HSL | 345.31º | 0.94% | 0.59% | - |
| HSV(B) | 345.31º | 0.79% | 0.98% | - |
| XYZ | 42.69 | 23.63 | 14.62 | - |
| YUV | 117.08 | 118.93 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 53 | 101 | 0 | 0.79 | 0.59 | 0.02 | 345.31 | 0.94 | 0.59 |
| Hex | F9 | 35 | 65 | 0 | 4F | 3B | 2 | 159 | 5E | 3B |
| Octal | 371 | 65 | 145 | 0 | 117 | 73 | 2 | 531 | 136 | 73 |
| Binary | 11111001 | 110101 | 1100101 | 0 | 1001111 | 111011 | 10 | 101011001 | 1011110 | 111011 |
Color Harmonies of #F93565
Complementary color
Monochromatic Colors of #F93565
Black with #F93565
Text Example
Text Example
White with #F93565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93565; }
p { color: rgb(249,53,101); }
H1.HeaderClassName
{
color: #F93565;
}
.AnyTagClassName
{
color: #F93565;
}
</style>
background-color css
<style>
a { background-color: #F93565; }
a { background-color: rgb(249,53,101); }
div.DivClassName
{
background-color: #F93565;
}
.BgClassName
{
background-color: #F93565;
}
</style>
border-color css
<style>
span { border-color: #F93565; }
span { border-color: rgb(249,53,101); }
td.TdClassName
{
border-color: #F93565;
}
.TagClassName
{
border-color: #F93565;
}
</style>