Shades of Radical Red #F23465
Tints of Radical Red #F23465
RGB
CMYK
RGB Variations
Color information
#F23465 (or 0xF23465) is known color: Radical Red. HEX triplet: F2, 34 and 65. RGB value is (242,52,101). Sum of RGB (Red+Green+Blue) = 242+52+101=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F23465 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23465 is #0DCB9A. Grayscale: #727272. Windows color (decimal): -904091 or 6632690. OLE color: 6632690.
HSL color Cylindrical-coordinate representation of color #F23465: hue angle of 344.53º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F23465 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 52 | 101 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.05 |
| HSL | 344.53º | 0.88% | 0.58% | - |
| HSV(B) | 344.53º | 0.79% | 0.95% | - |
| XYZ | 40.19 | 22.27 | 14.49 | - |
| YUV | 114.4 | 120.45 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 52 | 101 | 0 | 0.79 | 0.58 | 0.05 | 344.53 | 0.88 | 0.58 |
| Hex | F2 | 34 | 65 | 0 | 4F | 3A | 5 | 159 | 58 | 3A |
| Octal | 362 | 64 | 145 | 0 | 117 | 72 | 5 | 531 | 130 | 72 |
| Binary | 11110010 | 110100 | 1100101 | 0 | 1001111 | 111010 | 101 | 101011001 | 1011000 | 111010 |
Color Harmonies of #F23465
Complementary color
Monochromatic Colors of #F23465
Black with #F23465
Text Example
Text Example
White with #F23465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23465; }
p { color: rgb(242,52,101); }
H1.HeaderClassName
{
color: #F23465;
}
.AnyTagClassName
{
color: #F23465;
}
</style>
background-color css
<style>
a { background-color: #F23465; }
a { background-color: rgb(242,52,101); }
div.DivClassName
{
background-color: #F23465;
}
.BgClassName
{
background-color: #F23465;
}
</style>
border-color css
<style>
span { border-color: #F23465; }
span { border-color: rgb(242,52,101); }
td.TdClassName
{
border-color: #F23465;
}
.TagClassName
{
border-color: #F23465;
}
</style>