Shades of Radical Red #F92A68
Tints of Radical Red #F92A68
RGB
CMYK
RGB Variations
Color information
#F92A68 (or 0xF92A68) is known color: Radical Red. HEX triplet: F9, 2A and 68. RGB value is (249,42,104). Sum of RGB (Red+Green+Blue) = 249+42+104=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F92A68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92A68 is #06D597. Grayscale: #6E6E6E. Windows color (decimal): -447896 or 6826745. OLE color: 6826745.
HSL color Cylindrical-coordinate representation of color #F92A68: hue angle of 342.03º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F92A68 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 42 | 104 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.02 |
| HSL | 342.03º | 0.95% | 0.57% | - |
| HSV(B) | 342.03º | 0.83% | 0.98% | - |
| XYZ | 42.39 | 22.8 | 15.26 | - |
| YUV | 110.96 | 124.08 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 42 | 104 | 0 | 0.83 | 0.58 | 0.02 | 342.03 | 0.95 | 0.57 |
| Hex | F9 | 2A | 68 | 0 | 53 | 3A | 2 | 156 | 5F | 39 |
| Octal | 371 | 52 | 150 | 0 | 123 | 72 | 2 | 526 | 137 | 71 |
| Binary | 11111001 | 101010 | 1101000 | 0 | 1010011 | 111010 | 10 | 101010110 | 1011111 | 111001 |
Color Harmonies of #F92A68
Complementary color
Monochromatic Colors of #F92A68
Black with #F92A68
Text Example
Text Example
White with #F92A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92A68; }
p { color: rgb(249,42,104); }
H1.HeaderClassName
{
color: #F92A68;
}
.AnyTagClassName
{
color: #F92A68;
}
</style>
background-color css
<style>
a { background-color: #F92A68; }
a { background-color: rgb(249,42,104); }
div.DivClassName
{
background-color: #F92A68;
}
.BgClassName
{
background-color: #F92A68;
}
</style>
border-color css
<style>
span { border-color: #F92A68; }
span { border-color: rgb(249,42,104); }
td.TdClassName
{
border-color: #F92A68;
}
.TagClassName
{
border-color: #F92A68;
}
</style>