Shades of Radical Red #F2405D
Tints of Radical Red #F2405D
RGB
CMYK
RGB Variations
Color information
#F2405D (or 0xF2405D) is known color: Radical Red. HEX triplet: F2, 40 and 5D. RGB value is (242,64,93). Sum of RGB (Red+Green+Blue) = 242+64+93=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F2405D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2405D is #0DBFA2. Grayscale: #787878. Windows color (decimal): -901027 or 6111474. OLE color: 6111474.
HSL color Cylindrical-coordinate representation of color #F2405D: hue angle of 350.22º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2405D is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 93 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.05 |
| HSL | 350.22º | 0.87% | 0.6% | - |
| HSV(B) | 350.22º | 0.74% | 0.95% | - |
| XYZ | 40.43 | 23.33 | 12.73 | - |
| YUV | 120.53 | 112.47 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 93 | 0 | 0.74 | 0.62 | 0.05 | 350.22 | 0.87 | 0.6 |
| Hex | F2 | 40 | 5D | 0 | 4A | 3E | 5 | 15E | 57 | 3C |
| Octal | 362 | 100 | 135 | 0 | 112 | 76 | 5 | 536 | 127 | 74 |
| Binary | 11110010 | 1000000 | 1011101 | 0 | 1001010 | 111110 | 101 | 101011110 | 1010111 | 111100 |
Color Harmonies of #F2405D
Complementary color
Monochromatic Colors of #F2405D
Black with #F2405D
Text Example
Text Example
White with #F2405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2405D; }
p { color: rgb(242,64,93); }
H1.HeaderClassName
{
color: #F2405D;
}
.AnyTagClassName
{
color: #F2405D;
}
</style>
background-color css
<style>
a { background-color: #F2405D; }
a { background-color: rgb(242,64,93); }
div.DivClassName
{
background-color: #F2405D;
}
.BgClassName
{
background-color: #F2405D;
}
</style>
border-color css
<style>
span { border-color: #F2405D; }
span { border-color: rgb(242,64,93); }
td.TdClassName
{
border-color: #F2405D;
}
.TagClassName
{
border-color: #F2405D;
}
</style>