Shades of Radical Red #F2465C
Tints of Radical Red #F2465C
RGB
CMYK
RGB Variations
Color information
#F2465C (or 0xF2465C) is known color: Radical Red. HEX triplet: F2, 46 and 5C. RGB value is (242,70,92). Sum of RGB (Red+Green+Blue) = 242+70+92=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F2465C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2465C is #0DB9A3. Grayscale: #7C7C7C. Windows color (decimal): -899492 or 6047474. OLE color: 6047474.
HSL color Cylindrical-coordinate representation of color #F2465C: hue angle of 352.33º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2465C is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 92 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.05 |
| HSL | 352.33º | 0.87% | 0.61% | - |
| HSV(B) | 352.33º | 0.71% | 0.95% | - |
| XYZ | 40.74 | 24.03 | 12.62 | - |
| YUV | 123.94 | 109.98 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 92 | 0 | 0.71 | 0.62 | 0.05 | 352.33 | 0.87 | 0.61 |
| Hex | F2 | 46 | 5C | 0 | 47 | 3E | 5 | 160 | 57 | 3D |
| Octal | 362 | 106 | 134 | 0 | 107 | 76 | 5 | 540 | 127 | 75 |
| Binary | 11110010 | 1000110 | 1011100 | 0 | 1000111 | 111110 | 101 | 101100000 | 1010111 | 111101 |
Color Harmonies of #F2465C
Complementary color
Monochromatic Colors of #F2465C
Black with #F2465C
Text Example
Text Example
White with #F2465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2465C; }
p { color: rgb(242,70,92); }
H1.HeaderClassName
{
color: #F2465C;
}
.AnyTagClassName
{
color: #F2465C;
}
</style>
background-color css
<style>
a { background-color: #F2465C; }
a { background-color: rgb(242,70,92); }
div.DivClassName
{
background-color: #F2465C;
}
.BgClassName
{
background-color: #F2465C;
}
</style>
border-color css
<style>
span { border-color: #F2465C; }
span { border-color: rgb(242,70,92); }
td.TdClassName
{
border-color: #F2465C;
}
.TagClassName
{
border-color: #F2465C;
}
</style>