Shades of Brilliant Rose #F952B7
Tints of Brilliant Rose #F952B7
RGB
CMYK
RGB Variations
Color information
#F952B7 (or 0xF952B7) is known color: Brilliant Rose. HEX triplet: F9, 52 and B7. RGB value is (249,82,183). Sum of RGB (Red+Green+Blue) = 249+82+183=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 82 (32.42% from 255 or 15.95% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F952B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F952B7 is #06AD48. Grayscale: #8F8F8F. Windows color (decimal): -437577 or 12014329. OLE color: 12014329.
HSL color Cylindrical-coordinate representation of color #F952B7: hue angle of 323.71º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F952B7 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 82 | 183 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.02 |
| HSL | 323.71º | 0.93% | 0.65% | - |
| HSV(B) | 323.71º | 0.67% | 0.98% | - |
| XYZ | 50.63 | 29.59 | 47.84 | - |
| YUV | 143.45 | 150.33 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 82 | 183 | 0 | 0.67 | 0.27 | 0.02 | 323.71 | 0.93 | 0.65 |
| Hex | F9 | 52 | B7 | 0 | 43 | 1B | 2 | 144 | 5D | 41 |
| Octal | 371 | 122 | 267 | 0 | 103 | 33 | 2 | 504 | 135 | 101 |
| Binary | 11111001 | 1010010 | 10110111 | 0 | 1000011 | 11011 | 10 | 101000100 | 1011101 | 1000001 |
Color Harmonies of #F952B7
Complementary color
Monochromatic Colors of #F952B7
Black with #F952B7
Text Example
Text Example
White with #F952B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F952B7; }
p { color: rgb(249,82,183); }
H1.HeaderClassName
{
color: #F952B7;
}
.AnyTagClassName
{
color: #F952B7;
}
</style>
background-color css
<style>
a { background-color: #F952B7; }
a { background-color: rgb(249,82,183); }
div.DivClassName
{
background-color: #F952B7;
}
.BgClassName
{
background-color: #F952B7;
}
</style>
border-color css
<style>
span { border-color: #F952B7; }
span { border-color: rgb(249,82,183); }
td.TdClassName
{
border-color: #F952B7;
}
.TagClassName
{
border-color: #F952B7;
}
</style>