Shades of Brilliant Rose #F14DAB
Tints of Brilliant Rose #F14DAB
RGB
CMYK
RGB Variations
Color information
#F14DAB (or 0xF14DAB) is known color: Brilliant Rose. HEX triplet: F1, 4D and AB. RGB value is (241,77,171). Sum of RGB (Red+Green+Blue) = 241+77+171=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F14DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14DAB is #0EB254. Grayscale: #888888. Windows color (decimal): -963157 or 11226609. OLE color: 11226609.
HSL color Cylindrical-coordinate representation of color #F14DAB: hue angle of 325.61º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14DAB is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 77 | 171 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.05 |
| HSL | 325.61º | 0.85% | 0.62% | - |
| HSV(B) | 325.61º | 0.68% | 0.95% | - |
| XYZ | 46.28 | 26.95 | 41.29 | - |
| YUV | 136.75 | 147.33 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 77 | 171 | 0 | 0.68 | 0.29 | 0.05 | 325.61 | 0.85 | 0.62 |
| Hex | F1 | 4D | AB | 0 | 44 | 1D | 5 | 146 | 55 | 3E |
| Octal | 361 | 115 | 253 | 0 | 104 | 35 | 5 | 506 | 125 | 76 |
| Binary | 11110001 | 1001101 | 10101011 | 0 | 1000100 | 11101 | 101 | 101000110 | 1010101 | 111110 |
Color Harmonies of #F14DAB
Complementary color
Monochromatic Colors of #F14DAB
Black with #F14DAB
Text Example
Text Example
White with #F14DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14DAB; }
p { color: rgb(241,77,171); }
H1.HeaderClassName
{
color: #F14DAB;
}
.AnyTagClassName
{
color: #F14DAB;
}
</style>
background-color css
<style>
a { background-color: #F14DAB; }
a { background-color: rgb(241,77,171); }
div.DivClassName
{
background-color: #F14DAB;
}
.BgClassName
{
background-color: #F14DAB;
}
</style>
border-color css
<style>
span { border-color: #F14DAB; }
span { border-color: rgb(241,77,171); }
td.TdClassName
{
border-color: #F14DAB;
}
.TagClassName
{
border-color: #F14DAB;
}
</style>