Shades of Brilliant Rose #F960A8
Tints of Brilliant Rose #F960A8
RGB
CMYK
RGB Variations
Color information
#F960A8 (or 0xF960A8) is known color: Brilliant Rose. HEX triplet: F9, 60 and A8. RGB value is (249,96,168). Sum of RGB (Red+Green+Blue) = 249+96+168=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 96 (37.89% from 255 or 18.71% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F960A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F960A8 is #069F57. Grayscale: #959595. Windows color (decimal): -434008 or 11034873. OLE color: 11034873.
HSL color Cylindrical-coordinate representation of color #F960A8: hue angle of 331.76º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F960A8 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 96 | 168 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.02 |
| HSL | 331.76º | 0.93% | 0.68% | - |
| HSV(B) | 331.76º | 0.61% | 0.98% | - |
| XYZ | 50.32 | 31.33 | 40.44 | - |
| YUV | 149.96 | 138.19 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 96 | 168 | 0 | 0.61 | 0.33 | 0.02 | 331.76 | 0.93 | 0.68 |
| Hex | F9 | 60 | A8 | 0 | 3D | 21 | 2 | 14C | 5D | 44 |
| Octal | 371 | 140 | 250 | 0 | 75 | 41 | 2 | 514 | 135 | 104 |
| Binary | 11111001 | 1100000 | 10101000 | 0 | 111101 | 100001 | 10 | 101001100 | 1011101 | 1000100 |
Color Harmonies of #F960A8
Complementary color
Monochromatic Colors of #F960A8
Black with #F960A8
Text Example
Text Example
White with #F960A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F960A8; }
p { color: rgb(249,96,168); }
H1.HeaderClassName
{
color: #F960A8;
}
.AnyTagClassName
{
color: #F960A8;
}
</style>
background-color css
<style>
a { background-color: #F960A8; }
a { background-color: rgb(249,96,168); }
div.DivClassName
{
background-color: #F960A8;
}
.BgClassName
{
background-color: #F960A8;
}
</style>
border-color css
<style>
span { border-color: #F960A8; }
span { border-color: rgb(249,96,168); }
td.TdClassName
{
border-color: #F960A8;
}
.TagClassName
{
border-color: #F960A8;
}
</style>