Shades of Radical Red #F93B5A
Tints of Radical Red #F93B5A
RGB
CMYK
RGB Variations
Color information
#F93B5A (or 0xF93B5A) is known color: Radical Red. HEX triplet: F9, 3B and 5A. RGB value is (249,59,90). Sum of RGB (Red+Green+Blue) = 249+59+90=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F93B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93B5A is #06C4A5. Grayscale: #777777. Windows color (decimal): -443558 or 5913593. OLE color: 5913593.
HSL color Cylindrical-coordinate representation of color #F93B5A: hue angle of 350.21º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93B5A is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 59 | 90 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.02 |
| HSL | 350.21º | 0.94% | 0.6% | - |
| HSV(B) | 350.21º | 0.76% | 0.98% | - |
| XYZ | 42.48 | 24.01 | 12.07 | - |
| YUV | 119.34 | 111.45 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 59 | 90 | 0 | 0.76 | 0.64 | 0.02 | 350.21 | 0.94 | 0.6 |
| Hex | F9 | 3B | 5A | 0 | 4C | 40 | 2 | 15E | 5E | 3C |
| Octal | 371 | 73 | 132 | 0 | 114 | 100 | 2 | 536 | 136 | 74 |
| Binary | 11111001 | 111011 | 1011010 | 0 | 1001100 | 1000000 | 10 | 101011110 | 1011110 | 111100 |
Color Harmonies of #F93B5A
Complementary color
Monochromatic Colors of #F93B5A
Black with #F93B5A
Text Example
Text Example
White with #F93B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93B5A; }
p { color: rgb(249,59,90); }
H1.HeaderClassName
{
color: #F93B5A;
}
.AnyTagClassName
{
color: #F93B5A;
}
</style>
background-color css
<style>
a { background-color: #F93B5A; }
a { background-color: rgb(249,59,90); }
div.DivClassName
{
background-color: #F93B5A;
}
.BgClassName
{
background-color: #F93B5A;
}
</style>
border-color css
<style>
span { border-color: #F93B5A; }
span { border-color: rgb(249,59,90); }
td.TdClassName
{
border-color: #F93B5A;
}
.TagClassName
{
border-color: #F93B5A;
}
</style>