Shades of Radical Red #F52665
Tints of Radical Red #F52665
RGB
CMYK
RGB Variations
Color information
#F52665 (or 0xF52665) is known color: Radical Red. HEX triplet: F5, 26 and 65. RGB value is (245,38,101). Sum of RGB (Red+Green+Blue) = 245+38+101=384 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.80% from 384); Green value is 38 (15.23% from 255 or 9.90% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 245 - color contains mainly: red. Hex color #F52665 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52665 is #0AD99A. Grayscale: #6B6B6B. Windows color (decimal): -711067 or 6629109. OLE color: 6629109.
HSL color Cylindrical-coordinate representation of color #F52665: hue angle of 341.74º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F52665 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 101 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.04 |
| HSL | 341.74º | 0.91% | 0.55% | - |
| HSV(B) | 341.74º | 0.84% | 0.96% | - |
| XYZ | 40.7 | 21.74 | 14.36 | - |
| YUV | 107.08 | 124.58 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 101 | 0 | 0.84 | 0.59 | 0.04 | 341.74 | 0.91 | 0.55 |
| Hex | F5 | 26 | 65 | 0 | 54 | 3B | 4 | 156 | 5B | 37 |
| Octal | 365 | 46 | 145 | 0 | 124 | 73 | 4 | 526 | 133 | 67 |
| Binary | 11110101 | 100110 | 1100101 | 0 | 1010100 | 111011 | 100 | 101010110 | 1011011 | 110111 |
Color Harmonies of #F52665
Complementary color
Monochromatic Colors of #F52665
Black with #F52665
Text Example
Text Example
White with #F52665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52665; }
p { color: rgb(245,38,101); }
H1.HeaderClassName
{
color: #F52665;
}
.AnyTagClassName
{
color: #F52665;
}
</style>
background-color css
<style>
a { background-color: #F52665; }
a { background-color: rgb(245,38,101); }
div.DivClassName
{
background-color: #F52665;
}
.BgClassName
{
background-color: #F52665;
}
</style>
border-color css
<style>
span { border-color: #F52665; }
span { border-color: rgb(245,38,101); }
td.TdClassName
{
border-color: #F52665;
}
.TagClassName
{
border-color: #F52665;
}
</style>