Shades of Brilliant Rose #F958AB
Tints of Brilliant Rose #F958AB
RGB
CMYK
RGB Variations
Color information
#F958AB (or 0xF958AB) is known color: Brilliant Rose. HEX triplet: F9, 58 and AB. RGB value is (249,88,171). Sum of RGB (Red+Green+Blue) = 249+88+171=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 88 (34.77% from 255 or 17.32% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F958AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F958AB is #06A754. Grayscale: #919191. Windows color (decimal): -436053 or 11229433. OLE color: 11229433.
HSL color Cylindrical-coordinate representation of color #F958AB: hue angle of 329.07º 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 #F958AB is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 88 | 171 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.02 |
| HSL | 329.07º | 0.93% | 0.66% | - |
| HSV(B) | 329.07º | 0.65% | 0.98% | - |
| XYZ | 49.91 | 30.06 | 41.7 | - |
| YUV | 145.6 | 142.34 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 88 | 171 | 0 | 0.65 | 0.31 | 0.02 | 329.07 | 0.93 | 0.66 |
| Hex | F9 | 58 | AB | 0 | 41 | 1F | 2 | 149 | 5D | 42 |
| Octal | 371 | 130 | 253 | 0 | 101 | 37 | 2 | 511 | 135 | 102 |
| Binary | 11111001 | 1011000 | 10101011 | 0 | 1000001 | 11111 | 10 | 101001001 | 1011101 | 1000010 |
Color Harmonies of #F958AB
Complementary color
Monochromatic Colors of #F958AB
Black with #F958AB
Text Example
Text Example
White with #F958AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F958AB; }
p { color: rgb(249,88,171); }
H1.HeaderClassName
{
color: #F958AB;
}
.AnyTagClassName
{
color: #F958AB;
}
</style>
background-color css
<style>
a { background-color: #F958AB; }
a { background-color: rgb(249,88,171); }
div.DivClassName
{
background-color: #F958AB;
}
.BgClassName
{
background-color: #F958AB;
}
</style>
border-color css
<style>
span { border-color: #F958AB; }
span { border-color: rgb(249,88,171); }
td.TdClassName
{
border-color: #F958AB;
}
.TagClassName
{
border-color: #F958AB;
}
</style>