Shades of Radical Red #F23669
Tints of Radical Red #F23669
RGB
CMYK
RGB Variations
Color information
#F23669 (or 0xF23669) is known color: Radical Red. HEX triplet: F2, 36 and 69. RGB value is (242,54,105). Sum of RGB (Red+Green+Blue) = 242+54+105=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F23669 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23669 is #0DC996. Grayscale: #747474. Windows color (decimal): -903575 or 6895346. OLE color: 6895346.
HSL color Cylindrical-coordinate representation of color #F23669: hue angle of 343.72º 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 #F23669 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 105 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.05 |
| HSL | 343.72º | 0.88% | 0.58% | - |
| HSV(B) | 343.72º | 0.78% | 0.95% | - |
| XYZ | 40.49 | 22.54 | 15.58 | - |
| YUV | 116.03 | 121.78 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 105 | 0 | 0.78 | 0.57 | 0.05 | 343.72 | 0.88 | 0.58 |
| Hex | F2 | 36 | 69 | 0 | 4E | 39 | 5 | 158 | 58 | 3A |
| Octal | 362 | 66 | 151 | 0 | 116 | 71 | 5 | 530 | 130 | 72 |
| Binary | 11110010 | 110110 | 1101001 | 0 | 1001110 | 111001 | 101 | 101011000 | 1011000 | 111010 |
Color Harmonies of #F23669
Complementary color
Monochromatic Colors of #F23669
Black with #F23669
Text Example
Text Example
White with #F23669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23669; }
p { color: rgb(242,54,105); }
H1.HeaderClassName
{
color: #F23669;
}
.AnyTagClassName
{
color: #F23669;
}
</style>
background-color css
<style>
a { background-color: #F23669; }
a { background-color: rgb(242,54,105); }
div.DivClassName
{
background-color: #F23669;
}
.BgClassName
{
background-color: #F23669;
}
</style>
border-color css
<style>
span { border-color: #F23669; }
span { border-color: rgb(242,54,105); }
td.TdClassName
{
border-color: #F23669;
}
.TagClassName
{
border-color: #F23669;
}
</style>