Shades of Brilliant Rose #F963A5
Tints of Brilliant Rose #F963A5
RGB
CMYK
RGB Variations
Color information
#F963A5 (or 0xF963A5) is known color: Brilliant Rose. HEX triplet: F9, 63 and A5. RGB value is (249,99,165). Sum of RGB (Red+Green+Blue) = 249+99+165=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F963A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F963A5 is #069C5A. Grayscale: #979797. Windows color (decimal): -433243 or 10839033. OLE color: 10839033.
HSL color Cylindrical-coordinate representation of color #F963A5: hue angle of 333.6º 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 #F963A5 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 165 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.02 |
| HSL | 333.6º | 0.93% | 0.68% | - |
| HSV(B) | 333.6º | 0.6% | 0.98% | - |
| XYZ | 50.32 | 31.78 | 39.08 | - |
| YUV | 151.37 | 135.7 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 165 | 0 | 0.60 | 0.34 | 0.02 | 333.6 | 0.93 | 0.68 |
| Hex | F9 | 63 | A5 | 0 | 3C | 22 | 2 | 14E | 5D | 44 |
| Octal | 371 | 143 | 245 | 0 | 74 | 42 | 2 | 516 | 135 | 104 |
| Binary | 11111001 | 1100011 | 10100101 | 0 | 111100 | 100010 | 10 | 101001110 | 1011101 | 1000100 |
Color Harmonies of #F963A5
Complementary color
Monochromatic Colors of #F963A5
Black with #F963A5
Text Example
Text Example
White with #F963A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F963A5; }
p { color: rgb(249,99,165); }
H1.HeaderClassName
{
color: #F963A5;
}
.AnyTagClassName
{
color: #F963A5;
}
</style>
background-color css
<style>
a { background-color: #F963A5; }
a { background-color: rgb(249,99,165); }
div.DivClassName
{
background-color: #F963A5;
}
.BgClassName
{
background-color: #F963A5;
}
</style>
border-color css
<style>
span { border-color: #F963A5; }
span { border-color: rgb(249,99,165); }
td.TdClassName
{
border-color: #F963A5;
}
.TagClassName
{
border-color: #F963A5;
}
</style>