Shades of Radical Red #F2386C
Tints of Radical Red #F2386C
RGB
CMYK
RGB Variations
Color information
#F2386C (or 0xF2386C) is known color: Radical Red. HEX triplet: F2, 38 and 6C. RGB value is (242,56,108). Sum of RGB (Red+Green+Blue) = 242+56+108=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F2386C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2386C is #0DC793. Grayscale: #757575. Windows color (decimal): -903060 or 7092466. OLE color: 7092466.
HSL color Cylindrical-coordinate representation of color #F2386C: hue angle of 343.23º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2386C is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 108 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.05 |
| HSL | 343.23º | 0.88% | 0.58% | - |
| HSV(B) | 343.23º | 0.77% | 0.95% | - |
| XYZ | 40.74 | 22.79 | 16.44 | - |
| YUV | 117.54 | 122.62 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 108 | 0 | 0.77 | 0.55 | 0.05 | 343.23 | 0.88 | 0.58 |
| Hex | F2 | 38 | 6C | 0 | 4D | 37 | 5 | 157 | 58 | 3A |
| Octal | 362 | 70 | 154 | 0 | 115 | 67 | 5 | 527 | 130 | 72 |
| Binary | 11110010 | 111000 | 1101100 | 0 | 1001101 | 110111 | 101 | 101010111 | 1011000 | 111010 |
Color Harmonies of #F2386C
Complementary color
Monochromatic Colors of #F2386C
Black with #F2386C
Text Example
Text Example
White with #F2386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2386C; }
p { color: rgb(242,56,108); }
H1.HeaderClassName
{
color: #F2386C;
}
.AnyTagClassName
{
color: #F2386C;
}
</style>
background-color css
<style>
a { background-color: #F2386C; }
a { background-color: rgb(242,56,108); }
div.DivClassName
{
background-color: #F2386C;
}
.BgClassName
{
background-color: #F2386C;
}
</style>
border-color css
<style>
span { border-color: #F2386C; }
span { border-color: rgb(242,56,108); }
td.TdClassName
{
border-color: #F2386C;
}
.TagClassName
{
border-color: #F2386C;
}
</style>