Shades of Radical Red #F52D6B
Tints of Radical Red #F52D6B
RGB
CMYK
RGB Variations
Color information
#F52D6B (or 0xF52D6B) is known color: Radical Red. HEX triplet: F5, 2D and 6B. RGB value is (245,45,107). Sum of RGB (Red+Green+Blue) = 245+45+107=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F52D6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52D6B is #0AD294. Grayscale: #6F6F6F. Windows color (decimal): -709269 or 7024117. OLE color: 7024117.
HSL color Cylindrical-coordinate representation of color #F52D6B: hue angle of 341.4º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F52D6B is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 45 | 107 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.04 |
| HSL | 341.4º | 0.91% | 0.57% | - |
| HSV(B) | 341.4º | 0.82% | 0.96% | - |
| XYZ | 41.25 | 22.35 | 16.05 | - |
| YUV | 111.87 | 125.26 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 45 | 107 | 0 | 0.82 | 0.56 | 0.04 | 341.4 | 0.91 | 0.57 |
| Hex | F5 | 2D | 6B | 0 | 52 | 38 | 4 | 155 | 5B | 39 |
| Octal | 365 | 55 | 153 | 0 | 122 | 70 | 4 | 525 | 133 | 71 |
| Binary | 11110101 | 101101 | 1101011 | 0 | 1010010 | 111000 | 100 | 101010101 | 1011011 | 111001 |
Color Harmonies of #F52D6B
Complementary color
Monochromatic Colors of #F52D6B
Black with #F52D6B
Text Example
Text Example
White with #F52D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52D6B; }
p { color: rgb(245,45,107); }
H1.HeaderClassName
{
color: #F52D6B;
}
.AnyTagClassName
{
color: #F52D6B;
}
</style>
background-color css
<style>
a { background-color: #F52D6B; }
a { background-color: rgb(245,45,107); }
div.DivClassName
{
background-color: #F52D6B;
}
.BgClassName
{
background-color: #F52D6B;
}
</style>
border-color css
<style>
span { border-color: #F52D6B; }
span { border-color: rgb(245,45,107); }
td.TdClassName
{
border-color: #F52D6B;
}
.TagClassName
{
border-color: #F52D6B;
}
</style>