Shades of Radical Red #F93F4C
Tints of Radical Red #F93F4C
RGB
CMYK
RGB Variations
Color information
#F93F4C (or 0xF93F4C) is known color: Radical Red. HEX triplet: F9, 3F and 4C. RGB value is (249,63,76). Sum of RGB (Red+Green+Blue) = 249+63+76=388 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.18% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 249 - color contains mainly: red. Hex color #F93F4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93F4C is #06C0B3. Grayscale: #787878. Windows color (decimal): -442548 or 4997113. OLE color: 4997113.
HSL color Cylindrical-coordinate representation of color #F93F4C: hue angle of 355.81º 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 #F93F4C is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 63 | 76 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.02 |
| HSL | 355.81º | 0.94% | 0.61% | - |
| HSV(B) | 355.81º | 0.75% | 0.98% | - |
| XYZ | 42.15 | 24.22 | 9.29 | - |
| YUV | 120.1 | 103.12 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 63 | 76 | 0 | 0.75 | 0.69 | 0.02 | 355.81 | 0.94 | 0.61 |
| Hex | F9 | 3F | 4C | 0 | 4B | 45 | 2 | 164 | 5E | 3D |
| Octal | 371 | 77 | 114 | 0 | 113 | 105 | 2 | 544 | 136 | 75 |
| Binary | 11111001 | 111111 | 1001100 | 0 | 1001011 | 1000101 | 10 | 101100100 | 1011110 | 111101 |
Color Harmonies of #F93F4C
Complementary color
Monochromatic Colors of #F93F4C
Black with #F93F4C
Text Example
Text Example
White with #F93F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93F4C; }
p { color: rgb(249,63,76); }
H1.HeaderClassName
{
color: #F93F4C;
}
.AnyTagClassName
{
color: #F93F4C;
}
</style>
background-color css
<style>
a { background-color: #F93F4C; }
a { background-color: rgb(249,63,76); }
div.DivClassName
{
background-color: #F93F4C;
}
.BgClassName
{
background-color: #F93F4C;
}
</style>
border-color css
<style>
span { border-color: #F93F4C; }
span { border-color: rgb(249,63,76); }
td.TdClassName
{
border-color: #F93F4C;
}
.TagClassName
{
border-color: #F93F4C;
}
</style>