Shades of Radical Red #F23664
Tints of Radical Red #F23664
RGB
CMYK
RGB Variations
Color information
#F23664 (or 0xF23664) is known color: Radical Red. HEX triplet: F2, 36 and 64. RGB value is (242,54,100). Sum of RGB (Red+Green+Blue) = 242+54+100=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 54 (21.48% from 255 or 13.64% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F23664 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23664 is #0DC99B. Grayscale: #737373. Windows color (decimal): -903580 or 6567666. OLE color: 6567666.
HSL color Cylindrical-coordinate representation of color #F23664: hue angle of 345.32º 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 #F23664 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 100 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.05 |
| HSL | 345.32º | 0.88% | 0.58% | - |
| HSV(B) | 345.32º | 0.78% | 0.95% | - |
| XYZ | 40.24 | 22.44 | 14.27 | - |
| YUV | 115.46 | 119.28 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 100 | 0 | 0.78 | 0.59 | 0.05 | 345.32 | 0.88 | 0.58 |
| Hex | F2 | 36 | 64 | 0 | 4E | 3B | 5 | 159 | 58 | 3A |
| Octal | 362 | 66 | 144 | 0 | 116 | 73 | 5 | 531 | 130 | 72 |
| Binary | 11110010 | 110110 | 1100100 | 0 | 1001110 | 111011 | 101 | 101011001 | 1011000 | 111010 |
Color Harmonies of #F23664
Complementary color
Monochromatic Colors of #F23664
Black with #F23664
Text Example
Text Example
White with #F23664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23664; }
p { color: rgb(242,54,100); }
H1.HeaderClassName
{
color: #F23664;
}
.AnyTagClassName
{
color: #F23664;
}
</style>
background-color css
<style>
a { background-color: #F23664; }
a { background-color: rgb(242,54,100); }
div.DivClassName
{
background-color: #F23664;
}
.BgClassName
{
background-color: #F23664;
}
</style>
border-color css
<style>
span { border-color: #F23664; }
span { border-color: rgb(242,54,100); }
td.TdClassName
{
border-color: #F23664;
}
.TagClassName
{
border-color: #F23664;
}
</style>