Shades of Brilliant Rose #F957A3
Tints of Brilliant Rose #F957A3
RGB
CMYK
RGB Variations
Color information
#F957A3 (or 0xF957A3) is known color: Brilliant Rose. HEX triplet: F9, 57 and A3. RGB value is (249,87,163). Sum of RGB (Red+Green+Blue) = 249+87+163=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 87 (34.38% from 255 or 17.43% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F957A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F957A3 is #06A85C. Grayscale: #8F8F8F. Windows color (decimal): -436317 or 10704889. OLE color: 10704889.
HSL color Cylindrical-coordinate representation of color #F957A3: hue angle of 331.85º 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 #F957A3 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 87 | 163 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.02 |
| HSL | 331.85º | 0.93% | 0.66% | - |
| HSV(B) | 331.85º | 0.65% | 0.98% | - |
| XYZ | 49.09 | 29.6 | 37.78 | - |
| YUV | 144.1 | 138.67 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 87 | 163 | 0 | 0.65 | 0.35 | 0.02 | 331.85 | 0.93 | 0.66 |
| Hex | F9 | 57 | A3 | 0 | 41 | 23 | 2 | 14C | 5D | 42 |
| Octal | 371 | 127 | 243 | 0 | 101 | 43 | 2 | 514 | 135 | 102 |
| Binary | 11111001 | 1010111 | 10100011 | 0 | 1000001 | 100011 | 10 | 101001100 | 1011101 | 1000010 |
Color Harmonies of #F957A3
Complementary color
Monochromatic Colors of #F957A3
Black with #F957A3
Text Example
Text Example
White with #F957A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F957A3; }
p { color: rgb(249,87,163); }
H1.HeaderClassName
{
color: #F957A3;
}
.AnyTagClassName
{
color: #F957A3;
}
</style>
background-color css
<style>
a { background-color: #F957A3; }
a { background-color: rgb(249,87,163); }
div.DivClassName
{
background-color: #F957A3;
}
.BgClassName
{
background-color: #F957A3;
}
</style>
border-color css
<style>
span { border-color: #F957A3; }
span { border-color: rgb(249,87,163); }
td.TdClassName
{
border-color: #F957A3;
}
.TagClassName
{
border-color: #F957A3;
}
</style>