Shades of Brilliant Rose #F956A8
Tints of Brilliant Rose #F956A8
RGB
CMYK
RGB Variations
Color information
#F956A8 (or 0xF956A8) is known color: Brilliant Rose. HEX triplet: F9, 56 and A8. RGB value is (249,86,168). Sum of RGB (Red+Green+Blue) = 249+86+168=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F956A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F956A8 is #06A957. Grayscale: #8F8F8F. Windows color (decimal): -436568 or 11032313. OLE color: 11032313.
HSL color Cylindrical-coordinate representation of color #F956A8: hue angle of 329.82º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F956A8 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 86 | 168 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.02 |
| HSL | 329.82º | 0.93% | 0.66% | - |
| HSV(B) | 329.82º | 0.65% | 0.98% | - |
| XYZ | 49.46 | 29.62 | 40.16 | - |
| YUV | 144.09 | 141.5 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 86 | 168 | 0 | 0.65 | 0.33 | 0.02 | 329.82 | 0.93 | 0.66 |
| Hex | F9 | 56 | A8 | 0 | 41 | 21 | 2 | 14A | 5D | 42 |
| Octal | 371 | 126 | 250 | 0 | 101 | 41 | 2 | 512 | 135 | 102 |
| Binary | 11111001 | 1010110 | 10101000 | 0 | 1000001 | 100001 | 10 | 101001010 | 1011101 | 1000010 |
Color Harmonies of #F956A8
Complementary color
Monochromatic Colors of #F956A8
Black with #F956A8
Text Example
Text Example
White with #F956A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F956A8; }
p { color: rgb(249,86,168); }
H1.HeaderClassName
{
color: #F956A8;
}
.AnyTagClassName
{
color: #F956A8;
}
</style>
background-color css
<style>
a { background-color: #F956A8; }
a { background-color: rgb(249,86,168); }
div.DivClassName
{
background-color: #F956A8;
}
.BgClassName
{
background-color: #F956A8;
}
</style>
border-color css
<style>
span { border-color: #F956A8; }
span { border-color: rgb(249,86,168); }
td.TdClassName
{
border-color: #F956A8;
}
.TagClassName
{
border-color: #F956A8;
}
</style>