Shades of Radical Red #F93465
Tints of Radical Red #F93465
RGB
CMYK
RGB Variations
Color information
#F93465 (or 0xF93465) is known color: Radical Red. HEX triplet: F9, 34 and 65. RGB value is (249,52,101). Sum of RGB (Red+Green+Blue) = 249+52+101=402 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.94% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 249 - color contains mainly: red. Hex color #F93465 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93465 is #06CB9A. Grayscale: #747474. Windows color (decimal): -445339 or 6632697. OLE color: 6632697.
HSL color Cylindrical-coordinate representation of color #F93465: hue angle of 345.08º 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 #F93465 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 52 | 101 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.02 |
| HSL | 345.08º | 0.94% | 0.59% | - |
| HSV(B) | 345.08º | 0.79% | 0.98% | - |
| XYZ | 42.64 | 23.54 | 14.61 | - |
| YUV | 116.49 | 119.27 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 52 | 101 | 0 | 0.79 | 0.59 | 0.02 | 345.08 | 0.94 | 0.59 |
| Hex | F9 | 34 | 65 | 0 | 4F | 3B | 2 | 159 | 5E | 3B |
| Octal | 371 | 64 | 145 | 0 | 117 | 73 | 2 | 531 | 136 | 73 |
| Binary | 11111001 | 110100 | 1100101 | 0 | 1001111 | 111011 | 10 | 101011001 | 1011110 | 111011 |
Color Harmonies of #F93465
Complementary color
Monochromatic Colors of #F93465
Black with #F93465
Text Example
Text Example
White with #F93465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93465; }
p { color: rgb(249,52,101); }
H1.HeaderClassName
{
color: #F93465;
}
.AnyTagClassName
{
color: #F93465;
}
</style>
background-color css
<style>
a { background-color: #F93465; }
a { background-color: rgb(249,52,101); }
div.DivClassName
{
background-color: #F93465;
}
.BgClassName
{
background-color: #F93465;
}
</style>
border-color css
<style>
span { border-color: #F93465; }
span { border-color: rgb(249,52,101); }
td.TdClassName
{
border-color: #F93465;
}
.TagClassName
{
border-color: #F93465;
}
</style>