Shades of Radical Red #F93675
Tints of Radical Red #F93675
RGB
CMYK
RGB Variations
Color information
#F93675 (or 0xF93675) is known color: Radical Red. HEX triplet: F9, 36 and 75. RGB value is (249,54,117). Sum of RGB (Red+Green+Blue) = 249+54+117=420 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.29% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 249 - color contains mainly: red. Hex color #F93675 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93675 is #06C98A. Grayscale: #777777. Windows color (decimal): -444811 or 7681785. OLE color: 7681785.
HSL color Cylindrical-coordinate representation of color #F93675: hue angle of 340.62º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F93675 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 54 | 117 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.02 |
| HSL | 340.62º | 0.94% | 0.59% | - |
| HSV(B) | 340.62º | 0.78% | 0.98% | - |
| XYZ | 43.6 | 24.06 | 19.18 | - |
| YUV | 119.49 | 126.6 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 54 | 117 | 0 | 0.78 | 0.53 | 0.02 | 340.62 | 0.94 | 0.59 |
| Hex | F9 | 36 | 75 | 0 | 4E | 35 | 2 | 155 | 5E | 3B |
| Octal | 371 | 66 | 165 | 0 | 116 | 65 | 2 | 525 | 136 | 73 |
| Binary | 11111001 | 110110 | 1110101 | 0 | 1001110 | 110101 | 10 | 101010101 | 1011110 | 111011 |
Color Harmonies of #F93675
Complementary color
Monochromatic Colors of #F93675
Black with #F93675
Text Example
Text Example
White with #F93675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93675; }
p { color: rgb(249,54,117); }
H1.HeaderClassName
{
color: #F93675;
}
.AnyTagClassName
{
color: #F93675;
}
</style>
background-color css
<style>
a { background-color: #F93675; }
a { background-color: rgb(249,54,117); }
div.DivClassName
{
background-color: #F93675;
}
.BgClassName
{
background-color: #F93675;
}
</style>
border-color css
<style>
span { border-color: #F93675; }
span { border-color: rgb(249,54,117); }
td.TdClassName
{
border-color: #F93675;
}
.TagClassName
{
border-color: #F93675;
}
</style>