Shades of Radical Red #F93265
Tints of Radical Red #F93265
RGB
CMYK
RGB Variations
Color information
#F93265 (or 0xF93265) is known color: Radical Red. HEX triplet: F9, 32 and 65. RGB value is (249,50,101). Sum of RGB (Red+Green+Blue) = 249+50+101=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F93265 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93265 is #06CD9A. Grayscale: #737373. Windows color (decimal): -445851 or 6632185. OLE color: 6632185.
HSL color Cylindrical-coordinate representation of color #F93265: hue angle of 344.62º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F93265 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 101 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.02 |
| HSL | 344.62º | 0.94% | 0.59% | - |
| HSV(B) | 344.62º | 0.8% | 0.98% | - |
| XYZ | 42.56 | 23.36 | 14.58 | - |
| YUV | 115.32 | 119.93 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 101 | 0 | 0.80 | 0.59 | 0.02 | 344.62 | 0.94 | 0.59 |
| Hex | F9 | 32 | 65 | 0 | 50 | 3B | 2 | 159 | 5E | 3B |
| Octal | 371 | 62 | 145 | 0 | 120 | 73 | 2 | 531 | 136 | 73 |
| Binary | 11111001 | 110010 | 1100101 | 0 | 1010000 | 111011 | 10 | 101011001 | 1011110 | 111011 |
Color Harmonies of #F93265
Complementary color
Monochromatic Colors of #F93265
Black with #F93265
Text Example
Text Example
White with #F93265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93265; }
p { color: rgb(249,50,101); }
H1.HeaderClassName
{
color: #F93265;
}
.AnyTagClassName
{
color: #F93265;
}
</style>
background-color css
<style>
a { background-color: #F93265; }
a { background-color: rgb(249,50,101); }
div.DivClassName
{
background-color: #F93265;
}
.BgClassName
{
background-color: #F93265;
}
</style>
border-color css
<style>
span { border-color: #F93265; }
span { border-color: rgb(249,50,101); }
td.TdClassName
{
border-color: #F93265;
}
.TagClassName
{
border-color: #F93265;
}
</style>