Shades of Brilliant Rose #F956AF
Tints of Brilliant Rose #F956AF
RGB
CMYK
RGB Variations
Color information
#F956AF (or 0xF956AF) is known color: Brilliant Rose. HEX triplet: F9, 56 and AF. RGB value is (249,86,175). Sum of RGB (Red+Green+Blue) = 249+86+175=510 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.82% from 510); Green value is 86 (33.98% from 255 or 16.86% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 249 - color contains mainly: red. Hex color #F956AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F956AF is #06A950. Grayscale: #909090. Windows color (decimal): -436561 or 11491065. OLE color: 11491065.
HSL color Cylindrical-coordinate representation of color #F956AF: hue angle of 327.24º 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 #F956AF is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 86 | 175 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.02 |
| HSL | 327.24º | 0.93% | 0.66% | - |
| HSV(B) | 327.24º | 0.65% | 0.98% | - |
| XYZ | 50.13 | 29.89 | 43.68 | - |
| YUV | 144.88 | 145 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 86 | 175 | 0 | 0.65 | 0.30 | 0.02 | 327.24 | 0.93 | 0.66 |
| Hex | F9 | 56 | AF | 0 | 41 | 1E | 2 | 147 | 5D | 42 |
| Octal | 371 | 126 | 257 | 0 | 101 | 36 | 2 | 507 | 135 | 102 |
| Binary | 11111001 | 1010110 | 10101111 | 0 | 1000001 | 11110 | 10 | 101000111 | 1011101 | 1000010 |
Color Harmonies of #F956AF
Complementary color
Monochromatic Colors of #F956AF
Black with #F956AF
Text Example
Text Example
White with #F956AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F956AF; }
p { color: rgb(249,86,175); }
H1.HeaderClassName
{
color: #F956AF;
}
.AnyTagClassName
{
color: #F956AF;
}
</style>
background-color css
<style>
a { background-color: #F956AF; }
a { background-color: rgb(249,86,175); }
div.DivClassName
{
background-color: #F956AF;
}
.BgClassName
{
background-color: #F956AF;
}
</style>
border-color css
<style>
span { border-color: #F956AF; }
span { border-color: rgb(249,86,175); }
td.TdClassName
{
border-color: #F956AF;
}
.TagClassName
{
border-color: #F956AF;
}
</style>