Shades of Radical Red #F23668
Tints of Radical Red #F23668
RGB
CMYK
RGB Variations
Color information
#F23668 (or 0xF23668) is known color: Radical Red. HEX triplet: F2, 36 and 68. RGB value is (242,54,104). Sum of RGB (Red+Green+Blue) = 242+54+104=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F23668 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23668 is #0DC997. Grayscale: #737373. Windows color (decimal): -903576 or 6829810. OLE color: 6829810.
HSL color Cylindrical-coordinate representation of color #F23668: hue angle of 344.04º 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 #F23668 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 104 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.05 |
| HSL | 344.04º | 0.88% | 0.58% | - |
| HSV(B) | 344.04º | 0.78% | 0.95% | - |
| XYZ | 40.44 | 22.52 | 15.31 | - |
| YUV | 115.91 | 121.28 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 104 | 0 | 0.78 | 0.57 | 0.05 | 344.04 | 0.88 | 0.58 |
| Hex | F2 | 36 | 68 | 0 | 4E | 39 | 5 | 158 | 58 | 3A |
| Octal | 362 | 66 | 150 | 0 | 116 | 71 | 5 | 530 | 130 | 72 |
| Binary | 11110010 | 110110 | 1101000 | 0 | 1001110 | 111001 | 101 | 101011000 | 1011000 | 111010 |
Color Harmonies of #F23668
Complementary color
Monochromatic Colors of #F23668
Black with #F23668
Text Example
Text Example
White with #F23668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23668; }
p { color: rgb(242,54,104); }
H1.HeaderClassName
{
color: #F23668;
}
.AnyTagClassName
{
color: #F23668;
}
</style>
background-color css
<style>
a { background-color: #F23668; }
a { background-color: rgb(242,54,104); }
div.DivClassName
{
background-color: #F23668;
}
.BgClassName
{
background-color: #F23668;
}
</style>
border-color css
<style>
span { border-color: #F23668; }
span { border-color: rgb(242,54,104); }
td.TdClassName
{
border-color: #F23668;
}
.TagClassName
{
border-color: #F23668;
}
</style>