Shades of Radical Red #F23569
Tints of Radical Red #F23569
RGB
CMYK
RGB Variations
Color information
#F23569 (or 0xF23569) is known color: Radical Red. HEX triplet: F2, 35 and 69. RGB value is (242,53,105). Sum of RGB (Red+Green+Blue) = 242+53+105=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F23569 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23569 is #0DCA96. Grayscale: #737373. Windows color (decimal): -903831 or 6895090. OLE color: 6895090.
HSL color Cylindrical-coordinate representation of color #F23569: hue angle of 343.49º 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 #F23569 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 105 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.05 |
| HSL | 343.49º | 0.88% | 0.58% | - |
| HSV(B) | 343.49º | 0.78% | 0.95% | - |
| XYZ | 40.44 | 22.44 | 15.57 | - |
| YUV | 115.44 | 122.12 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 105 | 0 | 0.78 | 0.57 | 0.05 | 343.49 | 0.88 | 0.58 |
| Hex | F2 | 35 | 69 | 0 | 4E | 39 | 5 | 157 | 58 | 3A |
| Octal | 362 | 65 | 151 | 0 | 116 | 71 | 5 | 527 | 130 | 72 |
| Binary | 11110010 | 110101 | 1101001 | 0 | 1001110 | 111001 | 101 | 101010111 | 1011000 | 111010 |
Color Harmonies of #F23569
Complementary color
Monochromatic Colors of #F23569
Black with #F23569
Text Example
Text Example
White with #F23569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23569; }
p { color: rgb(242,53,105); }
H1.HeaderClassName
{
color: #F23569;
}
.AnyTagClassName
{
color: #F23569;
}
</style>
background-color css
<style>
a { background-color: #F23569; }
a { background-color: rgb(242,53,105); }
div.DivClassName
{
background-color: #F23569;
}
.BgClassName
{
background-color: #F23569;
}
</style>
border-color css
<style>
span { border-color: #F23569; }
span { border-color: rgb(242,53,105); }
td.TdClassName
{
border-color: #F23569;
}
.TagClassName
{
border-color: #F23569;
}
</style>