Shades of Brilliant Rose #F945AB
Tints of Brilliant Rose #F945AB
RGB
CMYK
RGB Variations
Color information
#F945AB (or 0xF945AB) is known color: Brilliant Rose. HEX triplet: F9, 45 and AB. RGB value is (249,69,171). Sum of RGB (Red+Green+Blue) = 249+69+171=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 69 (27.34% from 255 or 14.11% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F945AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F945AB is #06BA54. Grayscale: #868686. Windows color (decimal): -440917 or 11224569. OLE color: 11224569.
HSL color Cylindrical-coordinate representation of color #F945AB: hue angle of 326º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F945AB is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 69 | 171 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.02 |
| HSL | 326º | 0.94% | 0.62% | - |
| HSV(B) | 326º | 0.72% | 0.98% | - |
| XYZ | 48.55 | 27.34 | 41.25 | - |
| YUV | 134.45 | 148.63 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 69 | 171 | 0 | 0.72 | 0.31 | 0.02 | 326 | 0.94 | 0.62 |
| Hex | F9 | 45 | AB | 0 | 48 | 1F | 2 | 146 | 5E | 3E |
| Octal | 371 | 105 | 253 | 0 | 110 | 37 | 2 | 506 | 136 | 76 |
| Binary | 11111001 | 1000101 | 10101011 | 0 | 1001000 | 11111 | 10 | 101000110 | 1011110 | 111110 |
Color Harmonies of #F945AB
Complementary color
Monochromatic Colors of #F945AB
Black with #F945AB
Text Example
Text Example
White with #F945AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F945AB; }
p { color: rgb(249,69,171); }
H1.HeaderClassName
{
color: #F945AB;
}
.AnyTagClassName
{
color: #F945AB;
}
</style>
background-color css
<style>
a { background-color: #F945AB; }
a { background-color: rgb(249,69,171); }
div.DivClassName
{
background-color: #F945AB;
}
.BgClassName
{
background-color: #F945AB;
}
</style>
border-color css
<style>
span { border-color: #F945AB; }
span { border-color: rgb(249,69,171); }
td.TdClassName
{
border-color: #F945AB;
}
.TagClassName
{
border-color: #F945AB;
}
</style>