Shades of Radical Red #F25357
Tints of Radical Red #F25357
RGB
CMYK
RGB Variations
Color information
#F25357 (or 0xF25357) is known color: Radical Red. HEX triplet: F2, 53 and 57. RGB value is (242,83,87). Sum of RGB (Red+Green+Blue) = 242+83+87=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 87 (34.38% from 255 or 21.12% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F25357 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25357 is #0DACA8. Grayscale: #838383. Windows color (decimal): -896169 or 5723122. OLE color: 5723122.
HSL color Cylindrical-coordinate representation of color #F25357: hue angle of 358.49º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F25357 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 87 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.05 |
| HSL | 358.49º | 0.86% | 0.64% | - |
| HSV(B) | 358.49º | 0.66% | 0.95% | - |
| XYZ | 41.43 | 25.75 | 11.8 | - |
| YUV | 131 | 103.18 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 87 | 0 | 0.66 | 0.64 | 0.05 | 358.49 | 0.86 | 0.64 |
| Hex | F2 | 53 | 57 | 0 | 42 | 40 | 5 | 166 | 56 | 40 |
| Octal | 362 | 123 | 127 | 0 | 102 | 100 | 5 | 546 | 126 | 100 |
| Binary | 11110010 | 1010011 | 1010111 | 0 | 1000010 | 1000000 | 101 | 101100110 | 1010110 | 1000000 |
Color Harmonies of #F25357
Complementary color
Monochromatic Colors of #F25357
Black with #F25357
Text Example
Text Example
White with #F25357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25357; }
p { color: rgb(242,83,87); }
H1.HeaderClassName
{
color: #F25357;
}
.AnyTagClassName
{
color: #F25357;
}
</style>
background-color css
<style>
a { background-color: #F25357; }
a { background-color: rgb(242,83,87); }
div.DivClassName
{
background-color: #F25357;
}
.BgClassName
{
background-color: #F25357;
}
</style>
border-color css
<style>
span { border-color: #F25357; }
span { border-color: rgb(242,83,87); }
td.TdClassName
{
border-color: #F25357;
}
.TagClassName
{
border-color: #F25357;
}
</style>