Shades of Radical Red #FD195C
Tints of Radical Red #FD195C
RGB
CMYK
RGB Variations
Color information
#FD195C (or 0xFD195C) is known color: Radical Red. HEX triplet: FD, 19 and 5C. RGB value is (253,25,92). Sum of RGB (Red+Green+Blue) = 253+25+92=370 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.38% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 253 - color contains mainly: red. Hex color #FD195C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD195C is #02E6A3. Grayscale: #646464. Windows color (decimal): -190116 or 6035965. OLE color: 6035965.
HSL color Cylindrical-coordinate representation of color #FD195C: hue angle of 342.37º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD195C is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 25 | 92 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.01 |
| HSL | 342.37º | 0.98% | 0.55% | - |
| HSV(B) | 342.37º | 0.9% | 0.99% | - |
| XYZ | 42.79 | 22.35 | 12.18 | - |
| YUV | 100.81 | 123.04 | 236.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 25 | 92 | 0 | 0.90 | 0.64 | 0.01 | 342.37 | 0.98 | 0.55 |
| Hex | FD | 19 | 5C | 0 | 5A | 40 | 1 | 156 | 62 | 37 |
| Octal | 375 | 31 | 134 | 0 | 132 | 100 | 1 | 526 | 142 | 67 |
| Binary | 11111101 | 11001 | 1011100 | 0 | 1011010 | 1000000 | 1 | 101010110 | 1100010 | 110111 |
Color Harmonies of #FD195C
Complementary color
Monochromatic Colors of #FD195C
Black with #FD195C
Text Example
Text Example
White with #FD195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD195C; }
p { color: rgb(253,25,92); }
H1.HeaderClassName
{
color: #FD195C;
}
.AnyTagClassName
{
color: #FD195C;
}
</style>
background-color css
<style>
a { background-color: #FD195C; }
a { background-color: rgb(253,25,92); }
div.DivClassName
{
background-color: #FD195C;
}
.BgClassName
{
background-color: #FD195C;
}
</style>
border-color css
<style>
span { border-color: #FD195C; }
span { border-color: rgb(253,25,92); }
td.TdClassName
{
border-color: #FD195C;
}
.TagClassName
{
border-color: #FD195C;
}
</style>