Shades of Brilliant Rose #F95D9C
Tints of Brilliant Rose #F95D9C
RGB
CMYK
RGB Variations
Color information
#F95D9C (or 0xF95D9C) is known color: Brilliant Rose. HEX triplet: F9, 5D and 9C. RGB value is (249,93,156). Sum of RGB (Red+Green+Blue) = 249+93+156=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F95D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95D9C is #06A263. Grayscale: #929292. Windows color (decimal): -434788 or 10247673. OLE color: 10247673.
HSL color Cylindrical-coordinate representation of color #F95D9C: hue angle of 335.77º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F95D9C is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 93 | 156 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.02 |
| HSL | 335.77º | 0.93% | 0.67% | - |
| HSV(B) | 335.77º | 0.63% | 0.98% | - |
| XYZ | 48.98 | 30.37 | 34.73 | - |
| YUV | 146.83 | 133.18 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 93 | 156 | 0 | 0.63 | 0.37 | 0.02 | 335.77 | 0.93 | 0.67 |
| Hex | F9 | 5D | 9C | 0 | 3F | 25 | 2 | 150 | 5D | 43 |
| Octal | 371 | 135 | 234 | 0 | 77 | 45 | 2 | 520 | 135 | 103 |
| Binary | 11111001 | 1011101 | 10011100 | 0 | 111111 | 100101 | 10 | 101010000 | 1011101 | 1000011 |
Color Harmonies of #F95D9C
Complementary color
Monochromatic Colors of #F95D9C
Black with #F95D9C
Text Example
Text Example
White with #F95D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95D9C; }
p { color: rgb(249,93,156); }
H1.HeaderClassName
{
color: #F95D9C;
}
.AnyTagClassName
{
color: #F95D9C;
}
</style>
background-color css
<style>
a { background-color: #F95D9C; }
a { background-color: rgb(249,93,156); }
div.DivClassName
{
background-color: #F95D9C;
}
.BgClassName
{
background-color: #F95D9C;
}
</style>
border-color css
<style>
span { border-color: #F95D9C; }
span { border-color: rgb(249,93,156); }
td.TdClassName
{
border-color: #F95D9C;
}
.TagClassName
{
border-color: #F95D9C;
}
</style>