Shades of Brilliant Rose #F957B0
Tints of Brilliant Rose #F957B0
RGB
CMYK
RGB Variations
Color information
#F957B0 (or 0xF957B0) is known color: Brilliant Rose. HEX triplet: F9, 57 and B0. RGB value is (249,87,176). Sum of RGB (Red+Green+Blue) = 249+87+176=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 87 (34.38% from 255 or 16.99% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F957B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F957B0 is #06A84F. Grayscale: #919191. Windows color (decimal): -436304 or 11556857. OLE color: 11556857.
HSL color Cylindrical-coordinate representation of color #F957B0: hue angle of 327.04º 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 #F957B0 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 87 | 176 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.02 |
| HSL | 327.04º | 0.93% | 0.66% | - |
| HSV(B) | 327.04º | 0.65% | 0.98% | - |
| XYZ | 50.31 | 30.09 | 44.23 | - |
| YUV | 145.58 | 145.17 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 87 | 176 | 0 | 0.65 | 0.29 | 0.02 | 327.04 | 0.93 | 0.66 |
| Hex | F9 | 57 | B0 | 0 | 41 | 1D | 2 | 147 | 5D | 42 |
| Octal | 371 | 127 | 260 | 0 | 101 | 35 | 2 | 507 | 135 | 102 |
| Binary | 11111001 | 1010111 | 10110000 | 0 | 1000001 | 11101 | 10 | 101000111 | 1011101 | 1000010 |
Color Harmonies of #F957B0
Complementary color
Monochromatic Colors of #F957B0
Black with #F957B0
Text Example
Text Example
White with #F957B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F957B0; }
p { color: rgb(249,87,176); }
H1.HeaderClassName
{
color: #F957B0;
}
.AnyTagClassName
{
color: #F957B0;
}
</style>
background-color css
<style>
a { background-color: #F957B0; }
a { background-color: rgb(249,87,176); }
div.DivClassName
{
background-color: #F957B0;
}
.BgClassName
{
background-color: #F957B0;
}
</style>
border-color css
<style>
span { border-color: #F957B0; }
span { border-color: rgb(249,87,176); }
td.TdClassName
{
border-color: #F957B0;
}
.TagClassName
{
border-color: #F957B0;
}
</style>