Shades of Brilliant Rose #F957A0
Tints of Brilliant Rose #F957A0
RGB
CMYK
RGB Variations
Color information
#F957A0 (or 0xF957A0) is known color: Brilliant Rose. HEX triplet: F9, 57 and A0. RGB value is (249,87,160). Sum of RGB (Red+Green+Blue) = 249+87+160=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 87 (34.38% from 255 or 17.54% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F957A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F957A0 is #06A85F. Grayscale: #8F8F8F. Windows color (decimal): -436320 or 10508281. OLE color: 10508281.
HSL color Cylindrical-coordinate representation of color #F957A0: hue angle of 332.96º 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 #F957A0 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 87 | 160 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.02 |
| HSL | 332.96º | 0.93% | 0.66% | - |
| HSV(B) | 332.96º | 0.65% | 0.98% | - |
| XYZ | 48.82 | 29.49 | 36.38 | - |
| YUV | 143.76 | 137.17 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 87 | 160 | 0 | 0.65 | 0.36 | 0.02 | 332.96 | 0.93 | 0.66 |
| Hex | F9 | 57 | A0 | 0 | 41 | 24 | 2 | 14D | 5D | 42 |
| Octal | 371 | 127 | 240 | 0 | 101 | 44 | 2 | 515 | 135 | 102 |
| Binary | 11111001 | 1010111 | 10100000 | 0 | 1000001 | 100100 | 10 | 101001101 | 1011101 | 1000010 |
Color Harmonies of #F957A0
Complementary color
Monochromatic Colors of #F957A0
Black with #F957A0
Text Example
Text Example
White with #F957A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F957A0; }
p { color: rgb(249,87,160); }
H1.HeaderClassName
{
color: #F957A0;
}
.AnyTagClassName
{
color: #F957A0;
}
</style>
background-color css
<style>
a { background-color: #F957A0; }
a { background-color: rgb(249,87,160); }
div.DivClassName
{
background-color: #F957A0;
}
.BgClassName
{
background-color: #F957A0;
}
</style>
border-color css
<style>
span { border-color: #F957A0; }
span { border-color: rgb(249,87,160); }
td.TdClassName
{
border-color: #F957A0;
}
.TagClassName
{
border-color: #F957A0;
}
</style>