Shades of Radical Red #F93F67
Tints of Radical Red #F93F67
RGB
CMYK
RGB Variations
Color information
#F93F67 (or 0xF93F67) is known color: Radical Red. HEX triplet: F9, 3F and 67. RGB value is (249,63,103). Sum of RGB (Red+Green+Blue) = 249+63+103=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F93F67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93F67 is #06C098. Grayscale: #7B7B7B. Windows color (decimal): -442521 or 6766585. OLE color: 6766585.
HSL color Cylindrical-coordinate representation of color #F93F67: hue angle of 347.1º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F93F67 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 63 | 103 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.02 |
| HSL | 347.1º | 0.94% | 0.61% | - |
| HSV(B) | 347.1º | 0.75% | 0.98% | - |
| XYZ | 43.29 | 24.67 | 15.31 | - |
| YUV | 123.17 | 116.62 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 63 | 103 | 0 | 0.75 | 0.59 | 0.02 | 347.1 | 0.94 | 0.61 |
| Hex | F9 | 3F | 67 | 0 | 4B | 3B | 2 | 15B | 5E | 3D |
| Octal | 371 | 77 | 147 | 0 | 113 | 73 | 2 | 533 | 136 | 75 |
| Binary | 11111001 | 111111 | 1100111 | 0 | 1001011 | 111011 | 10 | 101011011 | 1011110 | 111101 |
Color Harmonies of #F93F67
Complementary color
Monochromatic Colors of #F93F67
Black with #F93F67
Text Example
Text Example
White with #F93F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93F67; }
p { color: rgb(249,63,103); }
H1.HeaderClassName
{
color: #F93F67;
}
.AnyTagClassName
{
color: #F93F67;
}
</style>
background-color css
<style>
a { background-color: #F93F67; }
a { background-color: rgb(249,63,103); }
div.DivClassName
{
background-color: #F93F67;
}
.BgClassName
{
background-color: #F93F67;
}
</style>
border-color css
<style>
span { border-color: #F93F67; }
span { border-color: rgb(249,63,103); }
td.TdClassName
{
border-color: #F93F67;
}
.TagClassName
{
border-color: #F93F67;
}
</style>