Shades of Radical Red #F2525A
Tints of Radical Red #F2525A
RGB
CMYK
RGB Variations
Color information
#F2525A (or 0xF2525A) is known color: Radical Red. HEX triplet: F2, 52 and 5A. RGB value is (242,82,90). Sum of RGB (Red+Green+Blue) = 242+82+90=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F2525A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2525A is #0DADA5. Grayscale: #828282. Windows color (decimal): -896422 or 5919474. OLE color: 5919474.
HSL color Cylindrical-coordinate representation of color #F2525A: hue angle of 357º 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 #F2525A is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 90 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.05 |
| HSL | 357º | 0.86% | 0.64% | - |
| HSV(B) | 357º | 0.66% | 0.95% | - |
| XYZ | 41.48 | 25.65 | 12.44 | - |
| YUV | 130.75 | 105.01 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 90 | 0 | 0.66 | 0.63 | 0.05 | 357 | 0.86 | 0.64 |
| Hex | F2 | 52 | 5A | 0 | 42 | 3F | 5 | 165 | 56 | 40 |
| Octal | 362 | 122 | 132 | 0 | 102 | 77 | 5 | 545 | 126 | 100 |
| Binary | 11110010 | 1010010 | 1011010 | 0 | 1000010 | 111111 | 101 | 101100101 | 1010110 | 1000000 |
Color Harmonies of #F2525A
Complementary color
Monochromatic Colors of #F2525A
Black with #F2525A
Text Example
Text Example
White with #F2525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2525A; }
p { color: rgb(242,82,90); }
H1.HeaderClassName
{
color: #F2525A;
}
.AnyTagClassName
{
color: #F2525A;
}
</style>
background-color css
<style>
a { background-color: #F2525A; }
a { background-color: rgb(242,82,90); }
div.DivClassName
{
background-color: #F2525A;
}
.BgClassName
{
background-color: #F2525A;
}
</style>
border-color css
<style>
span { border-color: #F2525A; }
span { border-color: rgb(242,82,90); }
td.TdClassName
{
border-color: #F2525A;
}
.TagClassName
{
border-color: #F2525A;
}
</style>