Shades of Brilliant Rose #F963A7
Tints of Brilliant Rose #F963A7
RGB
CMYK
RGB Variations
Color information
#F963A7 (or 0xF963A7) is known color: Brilliant Rose. HEX triplet: F9, 63 and A7. RGB value is (249,99,167). Sum of RGB (Red+Green+Blue) = 249+99+167=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 99 (39.06% from 255 or 19.22% from 515); Blue value is 167 (65.62% from 255 or 32.43% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F963A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F963A7 is #069C58. Grayscale: #979797. Windows color (decimal): -433241 or 10970105. OLE color: 10970105.
HSL color Cylindrical-coordinate representation of color #F963A7: hue angle of 332.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F963A7 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 167 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.02 |
| HSL | 332.8º | 0.93% | 0.68% | - |
| HSV(B) | 332.8º | 0.6% | 0.98% | - |
| XYZ | 50.5 | 31.85 | 40.05 | - |
| YUV | 151.6 | 136.7 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 167 | 0 | 0.60 | 0.33 | 0.02 | 332.8 | 0.93 | 0.68 |
| Hex | F9 | 63 | A7 | 0 | 3C | 21 | 2 | 14D | 5D | 44 |
| Octal | 371 | 143 | 247 | 0 | 74 | 41 | 2 | 515 | 135 | 104 |
| Binary | 11111001 | 1100011 | 10100111 | 0 | 111100 | 100001 | 10 | 101001101 | 1011101 | 1000100 |
Color Harmonies of #F963A7
Complementary color
Monochromatic Colors of #F963A7
Black with #F963A7
Text Example
Text Example
White with #F963A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F963A7; }
p { color: rgb(249,99,167); }
H1.HeaderClassName
{
color: #F963A7;
}
.AnyTagClassName
{
color: #F963A7;
}
</style>
background-color css
<style>
a { background-color: #F963A7; }
a { background-color: rgb(249,99,167); }
div.DivClassName
{
background-color: #F963A7;
}
.BgClassName
{
background-color: #F963A7;
}
</style>
border-color css
<style>
span { border-color: #F963A7; }
span { border-color: rgb(249,99,167); }
td.TdClassName
{
border-color: #F963A7;
}
.TagClassName
{
border-color: #F963A7;
}
</style>