Shades of Radical Red #FF195A
Tints of Radical Red #FF195A
RGB
CMYK
RGB Variations
Color information
#FF195A (or 0xFF195A) is known color: Radical Red. HEX triplet: FF, 19 and 5A. RGB value is (255,25,90). Sum of RGB (Red+Green+Blue) = 255+25+90=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF195A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF195A is #00E6A5. Grayscale: #656565. Windows color (decimal): -59046 or 5904895. OLE color: 5904895.
HSL color Cylindrical-coordinate representation of color #FF195A: hue angle of 343.04º 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 #FF195A is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 90 | - |
| CMYK | 0 | 0.90 | 0.65 | 0 |
| HSL | 343.04º | 1% | 0.55% | - |
| HSV(B) | 343.04º | 0.9% | 1% | - |
| XYZ | 43.43 | 22.69 | 11.76 | - |
| YUV | 101.18 | 121.7 | 237.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 90 | 0 | 0.90 | 0.65 | 0 | 343.04 | 1 | 0.55 |
| Hex | FF | 19 | 5A | 0 | 5A | 41 | 0 | 157 | 64 | 37 |
| Octal | 377 | 31 | 132 | 0 | 132 | 101 | 0 | 527 | 144 | 67 |
| Binary | 11111111 | 11001 | 1011010 | 0 | 1011010 | 1000001 | 0 | 101010111 | 1100100 | 110111 |
Color Harmonies of #FF195A
Complementary color
Monochromatic Colors of #FF195A
Black with #FF195A
Text Example
Text Example
White with #FF195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF195A; }
p { color: rgb(255,25,90); }
H1.HeaderClassName
{
color: #FF195A;
}
.AnyTagClassName
{
color: #FF195A;
}
</style>
background-color css
<style>
a { background-color: #FF195A; }
a { background-color: rgb(255,25,90); }
div.DivClassName
{
background-color: #FF195A;
}
.BgClassName
{
background-color: #FF195A;
}
</style>
border-color css
<style>
span { border-color: #FF195A; }
span { border-color: rgb(255,25,90); }
td.TdClassName
{
border-color: #FF195A;
}
.TagClassName
{
border-color: #FF195A;
}
</style>