Shades of Brilliant Rose #F956A1
Tints of Brilliant Rose #F956A1
RGB
CMYK
RGB Variations
Color information
#F956A1 (or 0xF956A1) is known color: Brilliant Rose. HEX triplet: F9, 56 and A1. RGB value is (249,86,161). Sum of RGB (Red+Green+Blue) = 249+86+161=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 86 (33.98% from 255 or 17.34% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F956A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F956A1 is #06A95E. Grayscale: #8F8F8F. Windows color (decimal): -436575 or 10573561. OLE color: 10573561.
HSL color Cylindrical-coordinate representation of color #F956A1: hue angle of 332.39º 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 #F956A1 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 86 | 161 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.02 |
| HSL | 332.39º | 0.93% | 0.66% | - |
| HSV(B) | 332.39º | 0.65% | 0.98% | - |
| XYZ | 48.83 | 29.37 | 36.81 | - |
| YUV | 143.29 | 138 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 86 | 161 | 0 | 0.65 | 0.35 | 0.02 | 332.39 | 0.93 | 0.66 |
| Hex | F9 | 56 | A1 | 0 | 41 | 23 | 2 | 14C | 5D | 42 |
| Octal | 371 | 126 | 241 | 0 | 101 | 43 | 2 | 514 | 135 | 102 |
| Binary | 11111001 | 1010110 | 10100001 | 0 | 1000001 | 100011 | 10 | 101001100 | 1011101 | 1000010 |
Color Harmonies of #F956A1
Complementary color
Monochromatic Colors of #F956A1
Black with #F956A1
Text Example
Text Example
White with #F956A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F956A1; }
p { color: rgb(249,86,161); }
H1.HeaderClassName
{
color: #F956A1;
}
.AnyTagClassName
{
color: #F956A1;
}
</style>
background-color css
<style>
a { background-color: #F956A1; }
a { background-color: rgb(249,86,161); }
div.DivClassName
{
background-color: #F956A1;
}
.BgClassName
{
background-color: #F956A1;
}
</style>
border-color css
<style>
span { border-color: #F956A1; }
span { border-color: rgb(249,86,161); }
td.TdClassName
{
border-color: #F956A1;
}
.TagClassName
{
border-color: #F956A1;
}
</style>