Shades of Radical Red #F25057
Tints of Radical Red #F25057
RGB
CMYK
RGB Variations
Color information
#F25057 (or 0xF25057) is known color: Radical Red. HEX triplet: F2, 50 and 57. RGB value is (242,80,87). Sum of RGB (Red+Green+Blue) = 242+80+87=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 87 (34.38% from 255 or 21.27% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F25057 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25057 is #0DAFA8. Grayscale: #818181. Windows color (decimal): -896937 or 5722354. OLE color: 5722354.
HSL color Cylindrical-coordinate representation of color #F25057: hue angle of 357.41º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F25057 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 87 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.05 |
| HSL | 357.41º | 0.86% | 0.63% | - |
| HSV(B) | 357.41º | 0.67% | 0.95% | - |
| XYZ | 41.21 | 25.3 | 11.73 | - |
| YUV | 129.24 | 104.17 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 87 | 0 | 0.67 | 0.64 | 0.05 | 357.41 | 0.86 | 0.63 |
| Hex | F2 | 50 | 57 | 0 | 43 | 40 | 5 | 165 | 56 | 3F |
| Octal | 362 | 120 | 127 | 0 | 103 | 100 | 5 | 545 | 126 | 77 |
| Binary | 11110010 | 1010000 | 1010111 | 0 | 1000011 | 1000000 | 101 | 101100101 | 1010110 | 111111 |
Color Harmonies of #F25057
Complementary color
Monochromatic Colors of #F25057
Black with #F25057
Text Example
Text Example
White with #F25057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25057; }
p { color: rgb(242,80,87); }
H1.HeaderClassName
{
color: #F25057;
}
.AnyTagClassName
{
color: #F25057;
}
</style>
background-color css
<style>
a { background-color: #F25057; }
a { background-color: rgb(242,80,87); }
div.DivClassName
{
background-color: #F25057;
}
.BgClassName
{
background-color: #F25057;
}
</style>
border-color css
<style>
span { border-color: #F25057; }
span { border-color: rgb(242,80,87); }
td.TdClassName
{
border-color: #F25057;
}
.TagClassName
{
border-color: #F25057;
}
</style>