Shades of Radical Red #F2505A
Tints of Radical Red #F2505A
RGB
CMYK
RGB Variations
Color information
#F2505A (or 0xF2505A) is known color: Radical Red. HEX triplet: F2, 50 and 5A. RGB value is (242,80,90). Sum of RGB (Red+Green+Blue) = 242+80+90=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F2505A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2505A is #0DAFA5. Grayscale: #818181. Windows color (decimal): -896934 or 5918962. OLE color: 5918962.
HSL color Cylindrical-coordinate representation of color #F2505A: hue angle of 356.3º 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 #F2505A is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 90 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.05 |
| HSL | 356.3º | 0.86% | 0.63% | - |
| HSV(B) | 356.3º | 0.67% | 0.95% | - |
| XYZ | 41.33 | 25.35 | 12.39 | - |
| YUV | 129.58 | 105.67 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 90 | 0 | 0.67 | 0.63 | 0.05 | 356.3 | 0.86 | 0.63 |
| Hex | F2 | 50 | 5A | 0 | 43 | 3F | 5 | 164 | 56 | 3F |
| Octal | 362 | 120 | 132 | 0 | 103 | 77 | 5 | 544 | 126 | 77 |
| Binary | 11110010 | 1010000 | 1011010 | 0 | 1000011 | 111111 | 101 | 101100100 | 1010110 | 111111 |
Color Harmonies of #F2505A
Complementary color
Monochromatic Colors of #F2505A
Black with #F2505A
Text Example
Text Example
White with #F2505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2505A; }
p { color: rgb(242,80,90); }
H1.HeaderClassName
{
color: #F2505A;
}
.AnyTagClassName
{
color: #F2505A;
}
</style>
background-color css
<style>
a { background-color: #F2505A; }
a { background-color: rgb(242,80,90); }
div.DivClassName
{
background-color: #F2505A;
}
.BgClassName
{
background-color: #F2505A;
}
</style>
border-color css
<style>
span { border-color: #F2505A; }
span { border-color: rgb(242,80,90); }
td.TdClassName
{
border-color: #F2505A;
}
.TagClassName
{
border-color: #F2505A;
}
</style>