Shades of Radical Red #F2385D
Tints of Radical Red #F2385D
RGB
CMYK
RGB Variations
Color information
#F2385D (or 0xF2385D) is known color: Radical Red. HEX triplet: F2, 38 and 5D. RGB value is (242,56,93). Sum of RGB (Red+Green+Blue) = 242+56+93=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F2385D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2385D is #0DC7A2. Grayscale: #737373. Windows color (decimal): -903075 or 6109426. OLE color: 6109426.
HSL color Cylindrical-coordinate representation of color #F2385D: hue angle of 348.06º 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 #F2385D is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 93 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.05 |
| HSL | 348.06º | 0.88% | 0.58% | - |
| HSV(B) | 348.06º | 0.77% | 0.95% | - |
| XYZ | 40.01 | 22.5 | 12.59 | - |
| YUV | 115.83 | 115.12 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 93 | 0 | 0.77 | 0.62 | 0.05 | 348.06 | 0.88 | 0.58 |
| Hex | F2 | 38 | 5D | 0 | 4D | 3E | 5 | 15C | 58 | 3A |
| Octal | 362 | 70 | 135 | 0 | 115 | 76 | 5 | 534 | 130 | 72 |
| Binary | 11110010 | 111000 | 1011101 | 0 | 1001101 | 111110 | 101 | 101011100 | 1011000 | 111010 |
Color Harmonies of #F2385D
Complementary color
Monochromatic Colors of #F2385D
Black with #F2385D
Text Example
Text Example
White with #F2385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2385D; }
p { color: rgb(242,56,93); }
H1.HeaderClassName
{
color: #F2385D;
}
.AnyTagClassName
{
color: #F2385D;
}
</style>
background-color css
<style>
a { background-color: #F2385D; }
a { background-color: rgb(242,56,93); }
div.DivClassName
{
background-color: #F2385D;
}
.BgClassName
{
background-color: #F2385D;
}
</style>
border-color css
<style>
span { border-color: #F2385D; }
span { border-color: rgb(242,56,93); }
td.TdClassName
{
border-color: #F2385D;
}
.TagClassName
{
border-color: #F2385D;
}
</style>