Shades of Radical Red #F5255C
Tints of Radical Red #F5255C
RGB
CMYK
RGB Variations
Color information
#F5255C (or 0xF5255C) is known color: Radical Red. HEX triplet: F5, 25 and 5C. RGB value is (245,37,92). Sum of RGB (Red+Green+Blue) = 245+37+92=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F5255C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5255C is #0ADAA3. Grayscale: #696969. Windows color (decimal): -711332 or 6039029. OLE color: 6039029.
HSL color Cylindrical-coordinate representation of color #F5255C: hue angle of 344.13º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F5255C is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 92 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.04 |
| HSL | 344.13º | 0.91% | 0.55% | - |
| HSV(B) | 344.13º | 0.85% | 0.96% | - |
| XYZ | 40.25 | 21.51 | 12.16 | - |
| YUV | 105.46 | 120.41 | 227.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 92 | 0 | 0.85 | 0.62 | 0.04 | 344.13 | 0.91 | 0.55 |
| Hex | F5 | 25 | 5C | 0 | 55 | 3E | 4 | 158 | 5B | 37 |
| Octal | 365 | 45 | 134 | 0 | 125 | 76 | 4 | 530 | 133 | 67 |
| Binary | 11110101 | 100101 | 1011100 | 0 | 1010101 | 111110 | 100 | 101011000 | 1011011 | 110111 |
Color Harmonies of #F5255C
Complementary color
Monochromatic Colors of #F5255C
Black with #F5255C
Text Example
Text Example
White with #F5255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5255C; }
p { color: rgb(245,37,92); }
H1.HeaderClassName
{
color: #F5255C;
}
.AnyTagClassName
{
color: #F5255C;
}
</style>
background-color css
<style>
a { background-color: #F5255C; }
a { background-color: rgb(245,37,92); }
div.DivClassName
{
background-color: #F5255C;
}
.BgClassName
{
background-color: #F5255C;
}
</style>
border-color css
<style>
span { border-color: #F5255C; }
span { border-color: rgb(245,37,92); }
td.TdClassName
{
border-color: #F5255C;
}
.TagClassName
{
border-color: #F5255C;
}
</style>