Shades of Brilliant Rose #F957A6
Tints of Brilliant Rose #F957A6
RGB
CMYK
RGB Variations
Color information
#F957A6 (or 0xF957A6) is known color: Brilliant Rose. HEX triplet: F9, 57 and A6. RGB value is (249,87,166). Sum of RGB (Red+Green+Blue) = 249+87+166=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 87 (34.38% from 255 or 17.33% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F957A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F957A6 is #06A859. Grayscale: #909090. Windows color (decimal): -436314 or 10901497. OLE color: 10901497.
HSL color Cylindrical-coordinate representation of color #F957A6: hue angle of 330.74º 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 #F957A6 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 87 | 166 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.02 |
| HSL | 330.74º | 0.93% | 0.66% | - |
| HSV(B) | 330.74º | 0.65% | 0.98% | - |
| XYZ | 49.36 | 29.71 | 39.21 | - |
| YUV | 144.44 | 140.17 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 87 | 166 | 0 | 0.65 | 0.33 | 0.02 | 330.74 | 0.93 | 0.66 |
| Hex | F9 | 57 | A6 | 0 | 41 | 21 | 2 | 14B | 5D | 42 |
| Octal | 371 | 127 | 246 | 0 | 101 | 41 | 2 | 513 | 135 | 102 |
| Binary | 11111001 | 1010111 | 10100110 | 0 | 1000001 | 100001 | 10 | 101001011 | 1011101 | 1000010 |
Color Harmonies of #F957A6
Complementary color
Monochromatic Colors of #F957A6
Black with #F957A6
Text Example
Text Example
White with #F957A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F957A6; }
p { color: rgb(249,87,166); }
H1.HeaderClassName
{
color: #F957A6;
}
.AnyTagClassName
{
color: #F957A6;
}
</style>
background-color css
<style>
a { background-color: #F957A6; }
a { background-color: rgb(249,87,166); }
div.DivClassName
{
background-color: #F957A6;
}
.BgClassName
{
background-color: #F957A6;
}
</style>
border-color css
<style>
span { border-color: #F957A6; }
span { border-color: rgb(249,87,166); }
td.TdClassName
{
border-color: #F957A6;
}
.TagClassName
{
border-color: #F957A6;
}
</style>