Shades of Brilliant Rose #F958A1
Tints of Brilliant Rose #F958A1
RGB
CMYK
RGB Variations
Color information
#F958A1 (or 0xF958A1) is known color: Brilliant Rose. HEX triplet: F9, 58 and A1. RGB value is (249,88,161). Sum of RGB (Red+Green+Blue) = 249+88+161=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F958A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F958A1 is #06A75E. Grayscale: #909090. Windows color (decimal): -436063 or 10574073. OLE color: 10574073.
HSL color Cylindrical-coordinate representation of color #F958A1: hue angle of 332.8º 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 #F958A1 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 88 | 161 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.02 |
| HSL | 332.8º | 0.93% | 0.66% | - |
| HSV(B) | 332.8º | 0.65% | 0.98% | - |
| XYZ | 48.99 | 29.69 | 36.87 | - |
| YUV | 144.46 | 137.34 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 88 | 161 | 0 | 0.65 | 0.35 | 0.02 | 332.8 | 0.93 | 0.66 |
| Hex | F9 | 58 | A1 | 0 | 41 | 23 | 2 | 14D | 5D | 42 |
| Octal | 371 | 130 | 241 | 0 | 101 | 43 | 2 | 515 | 135 | 102 |
| Binary | 11111001 | 1011000 | 10100001 | 0 | 1000001 | 100011 | 10 | 101001101 | 1011101 | 1000010 |
Color Harmonies of #F958A1
Complementary color
Monochromatic Colors of #F958A1
Black with #F958A1
Text Example
Text Example
White with #F958A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F958A1; }
p { color: rgb(249,88,161); }
H1.HeaderClassName
{
color: #F958A1;
}
.AnyTagClassName
{
color: #F958A1;
}
</style>
background-color css
<style>
a { background-color: #F958A1; }
a { background-color: rgb(249,88,161); }
div.DivClassName
{
background-color: #F958A1;
}
.BgClassName
{
background-color: #F958A1;
}
</style>
border-color css
<style>
span { border-color: #F958A1; }
span { border-color: rgb(249,88,161); }
td.TdClassName
{
border-color: #F958A1;
}
.TagClassName
{
border-color: #F958A1;
}
</style>