Shades of Radical Red #F9434F
Tints of Radical Red #F9434F
RGB
CMYK
RGB Variations
Color information
#F9434F (or 0xF9434F) is known color: Radical Red. HEX triplet: F9, 43 and 4F. RGB value is (249,67,79). Sum of RGB (Red+Green+Blue) = 249+67+79=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F9434F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9434F is #06BCB0. Grayscale: #7A7A7A. Windows color (decimal): -441521 or 5194745. OLE color: 5194745.
HSL color Cylindrical-coordinate representation of color #F9434F: hue angle of 356.04º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F9434F is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 67 | 79 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.02 |
| HSL | 356.04º | 0.94% | 0.62% | - |
| HSV(B) | 356.04º | 0.73% | 0.98% | - |
| XYZ | 42.49 | 24.72 | 9.93 | - |
| YUV | 122.79 | 103.3 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 67 | 79 | 0 | 0.73 | 0.68 | 0.02 | 356.04 | 0.94 | 0.62 |
| Hex | F9 | 43 | 4F | 0 | 49 | 44 | 2 | 164 | 5E | 3E |
| Octal | 371 | 103 | 117 | 0 | 111 | 104 | 2 | 544 | 136 | 76 |
| Binary | 11111001 | 1000011 | 1001111 | 0 | 1001001 | 1000100 | 10 | 101100100 | 1011110 | 111110 |
Color Harmonies of #F9434F
Complementary color
Monochromatic Colors of #F9434F
Black with #F9434F
Text Example
Text Example
White with #F9434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9434F; }
p { color: rgb(249,67,79); }
H1.HeaderClassName
{
color: #F9434F;
}
.AnyTagClassName
{
color: #F9434F;
}
</style>
background-color css
<style>
a { background-color: #F9434F; }
a { background-color: rgb(249,67,79); }
div.DivClassName
{
background-color: #F9434F;
}
.BgClassName
{
background-color: #F9434F;
}
</style>
border-color css
<style>
span { border-color: #F9434F; }
span { border-color: rgb(249,67,79); }
td.TdClassName
{
border-color: #F9434F;
}
.TagClassName
{
border-color: #F9434F;
}
</style>