Shades of Brilliant Rose #F14AB9
Tints of Brilliant Rose #F14AB9
RGB
CMYK
RGB Variations
Color information
#F14AB9 (or 0xF14AB9) is known color: Brilliant Rose. HEX triplet: F1, 4A and B9. RGB value is (241,74,185). Sum of RGB (Red+Green+Blue) = 241+74+185=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 74 (29.30% from 255 or 14.8% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F14AB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14AB9 is #0EB546. Grayscale: #888888. Windows color (decimal): -963911 or 12143345. OLE color: 12143345.
HSL color Cylindrical-coordinate representation of color #F14AB9: hue angle of 320.12º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F14AB9 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 74 | 185 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.05 |
| HSL | 320.12º | 0.86% | 0.62% | - |
| HSV(B) | 320.12º | 0.69% | 0.95% | - |
| XYZ | 47.48 | 27.1 | 48.63 | - |
| YUV | 136.59 | 155.33 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 74 | 185 | 0 | 0.69 | 0.23 | 0.05 | 320.12 | 0.86 | 0.62 |
| Hex | F1 | 4A | B9 | 0 | 45 | 17 | 5 | 140 | 56 | 3E |
| Octal | 361 | 112 | 271 | 0 | 105 | 27 | 5 | 500 | 126 | 76 |
| Binary | 11110001 | 1001010 | 10111001 | 0 | 1000101 | 10111 | 101 | 101000000 | 1010110 | 111110 |
Color Harmonies of #F14AB9
Complementary color
Monochromatic Colors of #F14AB9
Black with #F14AB9
Text Example
Text Example
White with #F14AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14AB9; }
p { color: rgb(241,74,185); }
H1.HeaderClassName
{
color: #F14AB9;
}
.AnyTagClassName
{
color: #F14AB9;
}
</style>
background-color css
<style>
a { background-color: #F14AB9; }
a { background-color: rgb(241,74,185); }
div.DivClassName
{
background-color: #F14AB9;
}
.BgClassName
{
background-color: #F14AB9;
}
</style>
border-color css
<style>
span { border-color: #F14AB9; }
span { border-color: rgb(241,74,185); }
td.TdClassName
{
border-color: #F14AB9;
}
.TagClassName
{
border-color: #F14AB9;
}
</style>