Shades of Radical Red #F81D5C
Tints of Radical Red #F81D5C
RGB
CMYK
RGB Variations
Color information
#F81D5C (or 0xF81D5C) is known color: Radical Red. HEX triplet: F8, 1D and 5C. RGB value is (248,29,92). Sum of RGB (Red+Green+Blue) = 248+29+92=369 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.21% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 248 - color contains mainly: red. Hex color #F81D5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81D5C is #07E2A3. Grayscale: #656565. Windows color (decimal): -516772 or 6036984. OLE color: 6036984.
HSL color Cylindrical-coordinate representation of color #F81D5C: hue angle of 342.74º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81D5C is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 29 | 92 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.03 |
| HSL | 342.74º | 0.94% | 0.54% | - |
| HSV(B) | 342.74º | 0.88% | 0.97% | - |
| XYZ | 41.08 | 21.61 | 12.13 | - |
| YUV | 101.66 | 122.55 | 232.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 29 | 92 | 0 | 0.88 | 0.63 | 0.03 | 342.74 | 0.94 | 0.54 |
| Hex | F8 | 1D | 5C | 0 | 58 | 3F | 3 | 157 | 5E | 36 |
| Octal | 370 | 35 | 134 | 0 | 130 | 77 | 3 | 527 | 136 | 66 |
| Binary | 11111000 | 11101 | 1011100 | 0 | 1011000 | 111111 | 11 | 101010111 | 1011110 | 110110 |
Color Harmonies of #F81D5C
Complementary color
Monochromatic Colors of #F81D5C
Black with #F81D5C
Text Example
Text Example
White with #F81D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81D5C; }
p { color: rgb(248,29,92); }
H1.HeaderClassName
{
color: #F81D5C;
}
.AnyTagClassName
{
color: #F81D5C;
}
</style>
background-color css
<style>
a { background-color: #F81D5C; }
a { background-color: rgb(248,29,92); }
div.DivClassName
{
background-color: #F81D5C;
}
.BgClassName
{
background-color: #F81D5C;
}
</style>
border-color css
<style>
span { border-color: #F81D5C; }
span { border-color: rgb(248,29,92); }
td.TdClassName
{
border-color: #F81D5C;
}
.TagClassName
{
border-color: #F81D5C;
}
</style>