Shades of Radical Red #FF195B
Tints of Radical Red #FF195B
RGB
CMYK
RGB Variations
Color information
#FF195B (or 0xFF195B) is known color: Radical Red. HEX triplet: FF, 19 and 5B. RGB value is (255,25,91). Sum of RGB (Red+Green+Blue) = 255+25+91=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF195B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF195B is #00E6A4. Grayscale: #656565. Windows color (decimal): -59045 or 5970431. OLE color: 5970431.
HSL color Cylindrical-coordinate representation of color #FF195B: hue angle of 342.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF195B is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 91 | - |
| CMYK | 0 | 0.90 | 0.64 | 0 |
| HSL | 342.78º | 1% | 0.55% | - |
| HSV(B) | 342.78º | 0.9% | 1% | - |
| XYZ | 43.48 | 22.71 | 11.99 | - |
| YUV | 101.29 | 122.2 | 237.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 91 | 0 | 0.90 | 0.64 | 0 | 342.78 | 1 | 0.55 |
| Hex | FF | 19 | 5B | 0 | 5A | 40 | 0 | 157 | 64 | 37 |
| Octal | 377 | 31 | 133 | 0 | 132 | 100 | 0 | 527 | 144 | 67 |
| Binary | 11111111 | 11001 | 1011011 | 0 | 1011010 | 1000000 | 0 | 101010111 | 1100100 | 110111 |
Color Harmonies of #FF195B
Complementary color
Monochromatic Colors of #FF195B
Black with #FF195B
Text Example
Text Example
White with #FF195B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF195B; }
p { color: rgb(255,25,91); }
H1.HeaderClassName
{
color: #FF195B;
}
.AnyTagClassName
{
color: #FF195B;
}
</style>
background-color css
<style>
a { background-color: #FF195B; }
a { background-color: rgb(255,25,91); }
div.DivClassName
{
background-color: #FF195B;
}
.BgClassName
{
background-color: #FF195B;
}
</style>
border-color css
<style>
span { border-color: #FF195B; }
span { border-color: rgb(255,25,91); }
td.TdClassName
{
border-color: #FF195B;
}
.TagClassName
{
border-color: #FF195B;
}
</style>