Shades of Radical Red #FF1F6E
Tints of Radical Red #FF1F6E
RGB
CMYK
RGB Variations
Color information
#FF1F6E (or 0xFF1F6E) is known color: Radical Red. HEX triplet: FF, 1F and 6E. RGB value is (255,31,110). Sum of RGB (Red+Green+Blue) = 255+31+110=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 31 (12.5% from 255 or 7.83% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1F6E is #00E091. Grayscale: #6A6A6A. Windows color (decimal): -57490 or 7217151. OLE color: 7217151.
HSL color Cylindrical-coordinate representation of color #FF1F6E: hue angle of 338.84º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1F6E is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 110 | - |
| CMYK | 0 | 0.88 | 0.57 | 0 |
| HSL | 338.84º | 1% | 0.56% | - |
| HSV(B) | 338.84º | 0.88% | 1% | - |
| XYZ | 44.54 | 23.37 | 16.91 | - |
| YUV | 106.98 | 129.71 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 110 | 0 | 0.88 | 0.57 | 0 | 338.84 | 1 | 0.56 |
| Hex | FF | 1F | 6E | 0 | 58 | 39 | 0 | 153 | 64 | 38 |
| Octal | 377 | 37 | 156 | 0 | 130 | 71 | 0 | 523 | 144 | 70 |
| Binary | 11111111 | 11111 | 1101110 | 0 | 1011000 | 111001 | 0 | 101010011 | 1100100 | 111000 |
Color Harmonies of #FF1F6E
Complementary color
Monochromatic Colors of #FF1F6E
Black with #FF1F6E
Text Example
Text Example
White with #FF1F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F6E; }
p { color: rgb(255,31,110); }
H1.HeaderClassName
{
color: #FF1F6E;
}
.AnyTagClassName
{
color: #FF1F6E;
}
</style>
background-color css
<style>
a { background-color: #FF1F6E; }
a { background-color: rgb(255,31,110); }
div.DivClassName
{
background-color: #FF1F6E;
}
.BgClassName
{
background-color: #FF1F6E;
}
</style>
border-color css
<style>
span { border-color: #FF1F6E; }
span { border-color: rgb(255,31,110); }
td.TdClassName
{
border-color: #FF1F6E;
}
.TagClassName
{
border-color: #FF1F6E;
}
</style>