Shades of Radical Red #F5356F
Tints of Radical Red #F5356F
RGB
CMYK
RGB Variations
Color information
#F5356F (or 0xF5356F) is known color: Radical Red. HEX triplet: F5, 35 and 6F. RGB value is (245,53,111). Sum of RGB (Red+Green+Blue) = 245+53+111=409 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.90% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 245 - color contains mainly: red. Hex color #F5356F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5356F is #0ACA90. Grayscale: #747474. Windows color (decimal): -707217 or 7288309. OLE color: 7288309.
HSL color Cylindrical-coordinate representation of color #F5356F: hue angle of 341.88º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5356F is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 53 | 111 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.04 |
| HSL | 341.88º | 0.91% | 0.58% | - |
| HSV(B) | 341.88º | 0.78% | 0.96% | - |
| XYZ | 41.8 | 23.11 | 17.3 | - |
| YUV | 117.02 | 124.61 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 53 | 111 | 0 | 0.78 | 0.55 | 0.04 | 341.88 | 0.91 | 0.58 |
| Hex | F5 | 35 | 6F | 0 | 4E | 37 | 4 | 156 | 5B | 3A |
| Octal | 365 | 65 | 157 | 0 | 116 | 67 | 4 | 526 | 133 | 72 |
| Binary | 11110101 | 110101 | 1101111 | 0 | 1001110 | 110111 | 100 | 101010110 | 1011011 | 111010 |
Color Harmonies of #F5356F
Complementary color
Monochromatic Colors of #F5356F
Black with #F5356F
Text Example
Text Example
White with #F5356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5356F; }
p { color: rgb(245,53,111); }
H1.HeaderClassName
{
color: #F5356F;
}
.AnyTagClassName
{
color: #F5356F;
}
</style>
background-color css
<style>
a { background-color: #F5356F; }
a { background-color: rgb(245,53,111); }
div.DivClassName
{
background-color: #F5356F;
}
.BgClassName
{
background-color: #F5356F;
}
</style>
border-color css
<style>
span { border-color: #F5356F; }
span { border-color: rgb(245,53,111); }
td.TdClassName
{
border-color: #F5356F;
}
.TagClassName
{
border-color: #F5356F;
}
</style>