Shades of Radical Red #F2365C
Tints of Radical Red #F2365C
RGB
CMYK
RGB Variations
Color information
#F2365C (or 0xF2365C) is known color: Radical Red. HEX triplet: F2, 36 and 5C. RGB value is (242,54,92). Sum of RGB (Red+Green+Blue) = 242+54+92=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F2365C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2365C is #0DC9A3. Grayscale: #727272. Windows color (decimal): -903588 or 6043378. OLE color: 6043378.
HSL color Cylindrical-coordinate representation of color #F2365C: hue angle of 347.87º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2365C is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 92 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.05 |
| HSL | 347.87º | 0.88% | 0.58% | - |
| HSV(B) | 347.87º | 0.78% | 0.95% | - |
| XYZ | 39.87 | 22.29 | 12.33 | - |
| YUV | 114.54 | 115.28 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 92 | 0 | 0.78 | 0.62 | 0.05 | 347.87 | 0.88 | 0.58 |
| Hex | F2 | 36 | 5C | 0 | 4E | 3E | 5 | 15C | 58 | 3A |
| Octal | 362 | 66 | 134 | 0 | 116 | 76 | 5 | 534 | 130 | 72 |
| Binary | 11110010 | 110110 | 1011100 | 0 | 1001110 | 111110 | 101 | 101011100 | 1011000 | 111010 |
Color Harmonies of #F2365C
Complementary color
Monochromatic Colors of #F2365C
Black with #F2365C
Text Example
Text Example
White with #F2365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2365C; }
p { color: rgb(242,54,92); }
H1.HeaderClassName
{
color: #F2365C;
}
.AnyTagClassName
{
color: #F2365C;
}
</style>
background-color css
<style>
a { background-color: #F2365C; }
a { background-color: rgb(242,54,92); }
div.DivClassName
{
background-color: #F2365C;
}
.BgClassName
{
background-color: #F2365C;
}
</style>
border-color css
<style>
span { border-color: #F2365C; }
span { border-color: rgb(242,54,92); }
td.TdClassName
{
border-color: #F2365C;
}
.TagClassName
{
border-color: #F2365C;
}
</style>