Shades of Brilliant Rose #F14AB5
Tints of Brilliant Rose #F14AB5
RGB
CMYK
RGB Variations
Color information
#F14AB5 (or 0xF14AB5) is known color: Brilliant Rose. HEX triplet: F1, 4A and B5. RGB value is (241,74,181). Sum of RGB (Red+Green+Blue) = 241+74+181=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F14AB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14AB5 is #0EB54A. Grayscale: #878787. Windows color (decimal): -963915 or 11881201. OLE color: 11881201.
HSL color Cylindrical-coordinate representation of color #F14AB5: hue angle of 321.56º 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 #F14AB5 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 74 | 181 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.05 |
| HSL | 321.56º | 0.86% | 0.62% | - |
| HSV(B) | 321.56º | 0.69% | 0.95% | - |
| XYZ | 47.06 | 26.93 | 46.43 | - |
| YUV | 136.13 | 153.33 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 74 | 181 | 0 | 0.69 | 0.25 | 0.05 | 321.56 | 0.86 | 0.62 |
| Hex | F1 | 4A | B5 | 0 | 45 | 19 | 5 | 142 | 56 | 3E |
| Octal | 361 | 112 | 265 | 0 | 105 | 31 | 5 | 502 | 126 | 76 |
| Binary | 11110001 | 1001010 | 10110101 | 0 | 1000101 | 11001 | 101 | 101000010 | 1010110 | 111110 |
Color Harmonies of #F14AB5
Complementary color
Monochromatic Colors of #F14AB5
Black with #F14AB5
Text Example
Text Example
White with #F14AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14AB5; }
p { color: rgb(241,74,181); }
H1.HeaderClassName
{
color: #F14AB5;
}
.AnyTagClassName
{
color: #F14AB5;
}
</style>
background-color css
<style>
a { background-color: #F14AB5; }
a { background-color: rgb(241,74,181); }
div.DivClassName
{
background-color: #F14AB5;
}
.BgClassName
{
background-color: #F14AB5;
}
</style>
border-color css
<style>
span { border-color: #F14AB5; }
span { border-color: rgb(241,74,181); }
td.TdClassName
{
border-color: #F14AB5;
}
.TagClassName
{
border-color: #F14AB5;
}
</style>