Shades of Radical Red #F93263
Tints of Radical Red #F93263
RGB
CMYK
RGB Variations
Color information
#F93263 (or 0xF93263) is known color: Radical Red. HEX triplet: F9, 32 and 63. RGB value is (249,50,99). Sum of RGB (Red+Green+Blue) = 249+50+99=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F93263 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93263 is #06CD9C. Grayscale: #737373. Windows color (decimal): -445853 or 6501113. OLE color: 6501113.
HSL color Cylindrical-coordinate representation of color #F93263: hue angle of 345.23º 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 #F93263 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 99 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.02 |
| HSL | 345.23º | 0.94% | 0.59% | - |
| HSV(B) | 345.23º | 0.8% | 0.98% | - |
| XYZ | 42.46 | 23.32 | 14.07 | - |
| YUV | 115.09 | 118.93 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 99 | 0 | 0.80 | 0.60 | 0.02 | 345.23 | 0.94 | 0.59 |
| Hex | F9 | 32 | 63 | 0 | 50 | 3C | 2 | 159 | 5E | 3B |
| Octal | 371 | 62 | 143 | 0 | 120 | 74 | 2 | 531 | 136 | 73 |
| Binary | 11111001 | 110010 | 1100011 | 0 | 1010000 | 111100 | 10 | 101011001 | 1011110 | 111011 |
Color Harmonies of #F93263
Complementary color
Monochromatic Colors of #F93263
Black with #F93263
Text Example
Text Example
White with #F93263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93263; }
p { color: rgb(249,50,99); }
H1.HeaderClassName
{
color: #F93263;
}
.AnyTagClassName
{
color: #F93263;
}
</style>
background-color css
<style>
a { background-color: #F93263; }
a { background-color: rgb(249,50,99); }
div.DivClassName
{
background-color: #F93263;
}
.BgClassName
{
background-color: #F93263;
}
</style>
border-color css
<style>
span { border-color: #F93263; }
span { border-color: rgb(249,50,99); }
td.TdClassName
{
border-color: #F93263;
}
.TagClassName
{
border-color: #F93263;
}
</style>