Shades of Brilliant Rose #F95AAA
Tints of Brilliant Rose #F95AAA
RGB
CMYK
RGB Variations
Color information
#F95AAA (or 0xF95AAA) is known color: Brilliant Rose. HEX triplet: F9, 5A and AA. RGB value is (249,90,170). Sum of RGB (Red+Green+Blue) = 249+90+170=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F95AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95AAA is #06A555. Grayscale: #929292. Windows color (decimal): -435542 or 11164409. OLE color: 11164409.
HSL color Cylindrical-coordinate representation of color #F95AAA: hue angle of 329.81º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F95AAA is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 90 | 170 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.02 |
| HSL | 329.81º | 0.93% | 0.66% | - |
| HSV(B) | 329.81º | 0.64% | 0.98% | - |
| XYZ | 49.98 | 30.35 | 41.26 | - |
| YUV | 146.66 | 141.18 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 90 | 170 | 0 | 0.64 | 0.32 | 0.02 | 329.81 | 0.93 | 0.66 |
| Hex | F9 | 5A | AA | 0 | 40 | 20 | 2 | 14A | 5D | 42 |
| Octal | 371 | 132 | 252 | 0 | 100 | 40 | 2 | 512 | 135 | 102 |
| Binary | 11111001 | 1011010 | 10101010 | 0 | 1000000 | 100000 | 10 | 101001010 | 1011101 | 1000010 |
Color Harmonies of #F95AAA
Complementary color
Monochromatic Colors of #F95AAA
Black with #F95AAA
Text Example
Text Example
White with #F95AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95AAA; }
p { color: rgb(249,90,170); }
H1.HeaderClassName
{
color: #F95AAA;
}
.AnyTagClassName
{
color: #F95AAA;
}
</style>
background-color css
<style>
a { background-color: #F95AAA; }
a { background-color: rgb(249,90,170); }
div.DivClassName
{
background-color: #F95AAA;
}
.BgClassName
{
background-color: #F95AAA;
}
</style>
border-color css
<style>
span { border-color: #F95AAA; }
span { border-color: rgb(249,90,170); }
td.TdClassName
{
border-color: #F95AAA;
}
.TagClassName
{
border-color: #F95AAA;
}
</style>