Shades of Radical Red #F2505D
Tints of Radical Red #F2505D
RGB
CMYK
RGB Variations
Color information
#F2505D (or 0xF2505D) is known color: Radical Red. HEX triplet: F2, 50 and 5D. RGB value is (242,80,93). Sum of RGB (Red+Green+Blue) = 242+80+93=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F2505D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2505D is #0DAFA2. Grayscale: #828282. Windows color (decimal): -896931 or 6115570. OLE color: 6115570.
HSL color Cylindrical-coordinate representation of color #F2505D: hue angle of 355.19º 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 #F2505D is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 93 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.05 |
| HSL | 355.19º | 0.86% | 0.63% | - |
| HSV(B) | 355.19º | 0.67% | 0.95% | - |
| XYZ | 41.46 | 25.4 | 13.07 | - |
| YUV | 129.92 | 107.17 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 93 | 0 | 0.67 | 0.62 | 0.05 | 355.19 | 0.86 | 0.63 |
| Hex | F2 | 50 | 5D | 0 | 43 | 3E | 5 | 163 | 56 | 3F |
| Octal | 362 | 120 | 135 | 0 | 103 | 76 | 5 | 543 | 126 | 77 |
| Binary | 11110010 | 1010000 | 1011101 | 0 | 1000011 | 111110 | 101 | 101100011 | 1010110 | 111111 |
Color Harmonies of #F2505D
Complementary color
Monochromatic Colors of #F2505D
Black with #F2505D
Text Example
Text Example
White with #F2505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2505D; }
p { color: rgb(242,80,93); }
H1.HeaderClassName
{
color: #F2505D;
}
.AnyTagClassName
{
color: #F2505D;
}
</style>
background-color css
<style>
a { background-color: #F2505D; }
a { background-color: rgb(242,80,93); }
div.DivClassName
{
background-color: #F2505D;
}
.BgClassName
{
background-color: #F2505D;
}
</style>
border-color css
<style>
span { border-color: #F2505D; }
span { border-color: rgb(242,80,93); }
td.TdClassName
{
border-color: #F2505D;
}
.TagClassName
{
border-color: #F2505D;
}
</style>