Shades of Radical Red #F2485F
Tints of Radical Red #F2485F
RGB
CMYK
RGB Variations
Color information
#F2485F (or 0xF2485F) is known color: Radical Red. HEX triplet: F2, 48 and 5F. RGB value is (242,72,95). Sum of RGB (Red+Green+Blue) = 242+72+95=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F2485F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2485F is #0DB7A0. Grayscale: #7D7D7D. Windows color (decimal): -898977 or 6244594. OLE color: 6244594.
HSL color Cylindrical-coordinate representation of color #F2485F: hue angle of 351.88º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2485F is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 95 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.05 |
| HSL | 351.88º | 0.87% | 0.62% | - |
| HSV(B) | 351.88º | 0.7% | 0.95% | - |
| XYZ | 41 | 24.34 | 13.36 | - |
| YUV | 125.45 | 110.82 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 95 | 0 | 0.70 | 0.61 | 0.05 | 351.88 | 0.87 | 0.62 |
| Hex | F2 | 48 | 5F | 0 | 46 | 3D | 5 | 160 | 57 | 3E |
| Octal | 362 | 110 | 137 | 0 | 106 | 75 | 5 | 540 | 127 | 76 |
| Binary | 11110010 | 1001000 | 1011111 | 0 | 1000110 | 111101 | 101 | 101100000 | 1010111 | 111110 |
Color Harmonies of #F2485F
Complementary color
Monochromatic Colors of #F2485F
Black with #F2485F
Text Example
Text Example
White with #F2485F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2485F; }
p { color: rgb(242,72,95); }
H1.HeaderClassName
{
color: #F2485F;
}
.AnyTagClassName
{
color: #F2485F;
}
</style>
background-color css
<style>
a { background-color: #F2485F; }
a { background-color: rgb(242,72,95); }
div.DivClassName
{
background-color: #F2485F;
}
.BgClassName
{
background-color: #F2485F;
}
</style>
border-color css
<style>
span { border-color: #F2485F; }
span { border-color: rgb(242,72,95); }
td.TdClassName
{
border-color: #F2485F;
}
.TagClassName
{
border-color: #F2485F;
}
</style>