Shades of Radical Red #F23568
Tints of Radical Red #F23568
RGB
CMYK
RGB Variations
Color information
#F23568 (or 0xF23568) is known color: Radical Red. HEX triplet: F2, 35 and 68. RGB value is (242,53,104). Sum of RGB (Red+Green+Blue) = 242+53+104=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F23568 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23568 is #0DCA97. Grayscale: #737373. Windows color (decimal): -903832 or 6829554. OLE color: 6829554.
HSL color Cylindrical-coordinate representation of color #F23568: hue angle of 343.81º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F23568 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 104 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.05 |
| HSL | 343.81º | 0.88% | 0.58% | - |
| HSV(B) | 343.81º | 0.78% | 0.95% | - |
| XYZ | 40.39 | 22.42 | 15.3 | - |
| YUV | 115.33 | 121.62 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 104 | 0 | 0.78 | 0.57 | 0.05 | 343.81 | 0.88 | 0.58 |
| Hex | F2 | 35 | 68 | 0 | 4E | 39 | 5 | 158 | 58 | 3A |
| Octal | 362 | 65 | 150 | 0 | 116 | 71 | 5 | 530 | 130 | 72 |
| Binary | 11110010 | 110101 | 1101000 | 0 | 1001110 | 111001 | 101 | 101011000 | 1011000 | 111010 |
Color Harmonies of #F23568
Complementary color
Monochromatic Colors of #F23568
Black with #F23568
Text Example
Text Example
White with #F23568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23568; }
p { color: rgb(242,53,104); }
H1.HeaderClassName
{
color: #F23568;
}
.AnyTagClassName
{
color: #F23568;
}
</style>
background-color css
<style>
a { background-color: #F23568; }
a { background-color: rgb(242,53,104); }
div.DivClassName
{
background-color: #F23568;
}
.BgClassName
{
background-color: #F23568;
}
</style>
border-color css
<style>
span { border-color: #F23568; }
span { border-color: rgb(242,53,104); }
td.TdClassName
{
border-color: #F23568;
}
.TagClassName
{
border-color: #F23568;
}
</style>