Shades of Brilliant Rose #F14AAA
Tints of Brilliant Rose #F14AAA
RGB
CMYK
RGB Variations
Color information
#F14AAA (or 0xF14AAA) is known color: Brilliant Rose. HEX triplet: F1, 4A and AA. RGB value is (241,74,170). Sum of RGB (Red+Green+Blue) = 241+74+170=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F14AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14AAA is #0EB555. Grayscale: #868686. Windows color (decimal): -963926 or 11160305. OLE color: 11160305.
HSL color Cylindrical-coordinate representation of color #F14AAA: hue angle of 325.51º 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 #F14AAA is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 74 | 170 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.05 |
| HSL | 325.51º | 0.86% | 0.62% | - |
| HSV(B) | 325.51º | 0.69% | 0.95% | - |
| XYZ | 45.98 | 26.5 | 40.72 | - |
| YUV | 134.88 | 147.83 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 74 | 170 | 0 | 0.69 | 0.29 | 0.05 | 325.51 | 0.86 | 0.62 |
| Hex | F1 | 4A | AA | 0 | 45 | 1D | 5 | 146 | 56 | 3E |
| Octal | 361 | 112 | 252 | 0 | 105 | 35 | 5 | 506 | 126 | 76 |
| Binary | 11110001 | 1001010 | 10101010 | 0 | 1000101 | 11101 | 101 | 101000110 | 1010110 | 111110 |
Color Harmonies of #F14AAA
Complementary color
Monochromatic Colors of #F14AAA
Black with #F14AAA
Text Example
Text Example
White with #F14AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14AAA; }
p { color: rgb(241,74,170); }
H1.HeaderClassName
{
color: #F14AAA;
}
.AnyTagClassName
{
color: #F14AAA;
}
</style>
background-color css
<style>
a { background-color: #F14AAA; }
a { background-color: rgb(241,74,170); }
div.DivClassName
{
background-color: #F14AAA;
}
.BgClassName
{
background-color: #F14AAA;
}
</style>
border-color css
<style>
span { border-color: #F14AAA; }
span { border-color: rgb(241,74,170); }
td.TdClassName
{
border-color: #F14AAA;
}
.TagClassName
{
border-color: #F14AAA;
}
</style>