Shades of Radical Red #F5275C
Tints of Radical Red #F5275C
RGB
CMYK
RGB Variations
Color information
#F5275C (or 0xF5275C) is known color: Radical Red. HEX triplet: F5, 27 and 5C. RGB value is (245,39,92). Sum of RGB (Red+Green+Blue) = 245+39+92=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 39 (15.62% from 255 or 10.37% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F5275C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5275C is #0AD8A3. Grayscale: #6A6A6A. Windows color (decimal): -710820 or 6039541. OLE color: 6039541.
HSL color Cylindrical-coordinate representation of color #F5275C: hue angle of 344.56º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5275C is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 39 | 92 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.04 |
| HSL | 344.56º | 0.91% | 0.56% | - |
| HSV(B) | 344.56º | 0.84% | 0.96% | - |
| XYZ | 40.31 | 21.64 | 12.18 | - |
| YUV | 106.64 | 119.75 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 39 | 92 | 0 | 0.84 | 0.62 | 0.04 | 344.56 | 0.91 | 0.56 |
| Hex | F5 | 27 | 5C | 0 | 54 | 3E | 4 | 159 | 5B | 38 |
| Octal | 365 | 47 | 134 | 0 | 124 | 76 | 4 | 531 | 133 | 70 |
| Binary | 11110101 | 100111 | 1011100 | 0 | 1010100 | 111110 | 100 | 101011001 | 1011011 | 111000 |
Color Harmonies of #F5275C
Complementary color
Monochromatic Colors of #F5275C
Black with #F5275C
Text Example
Text Example
White with #F5275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5275C; }
p { color: rgb(245,39,92); }
H1.HeaderClassName
{
color: #F5275C;
}
.AnyTagClassName
{
color: #F5275C;
}
</style>
background-color css
<style>
a { background-color: #F5275C; }
a { background-color: rgb(245,39,92); }
div.DivClassName
{
background-color: #F5275C;
}
.BgClassName
{
background-color: #F5275C;
}
</style>
border-color css
<style>
span { border-color: #F5275C; }
span { border-color: rgb(245,39,92); }
td.TdClassName
{
border-color: #F5275C;
}
.TagClassName
{
border-color: #F5275C;
}
</style>