Shades of Brilliant Rose #F963A4
Tints of Brilliant Rose #F963A4
RGB
CMYK
RGB Variations
Color information
#F963A4 (or 0xF963A4) is known color: Brilliant Rose. HEX triplet: F9, 63 and A4. RGB value is (249,99,164). Sum of RGB (Red+Green+Blue) = 249+99+164=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 164 (64.45% from 255 or 32.03% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F963A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F963A4 is #069C5B. Grayscale: #979797. Windows color (decimal): -433244 or 10773497. OLE color: 10773497.
HSL color Cylindrical-coordinate representation of color #F963A4: hue angle of 334º 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 #F963A4 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 164 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.02 |
| HSL | 334º | 0.93% | 0.68% | - |
| HSV(B) | 334º | 0.6% | 0.98% | - |
| XYZ | 50.23 | 31.74 | 38.6 | - |
| YUV | 151.26 | 135.2 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 164 | 0 | 0.60 | 0.34 | 0.02 | 334 | 0.93 | 0.68 |
| Hex | F9 | 63 | A4 | 0 | 3C | 22 | 2 | 14E | 5D | 44 |
| Octal | 371 | 143 | 244 | 0 | 74 | 42 | 2 | 516 | 135 | 104 |
| Binary | 11111001 | 1100011 | 10100100 | 0 | 111100 | 100010 | 10 | 101001110 | 1011101 | 1000100 |
Color Harmonies of #F963A4
Complementary color
Monochromatic Colors of #F963A4
Black with #F963A4
Text Example
Text Example
White with #F963A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F963A4; }
p { color: rgb(249,99,164); }
H1.HeaderClassName
{
color: #F963A4;
}
.AnyTagClassName
{
color: #F963A4;
}
</style>
background-color css
<style>
a { background-color: #F963A4; }
a { background-color: rgb(249,99,164); }
div.DivClassName
{
background-color: #F963A4;
}
.BgClassName
{
background-color: #F963A4;
}
</style>
border-color css
<style>
span { border-color: #F963A4; }
span { border-color: rgb(249,99,164); }
td.TdClassName
{
border-color: #F963A4;
}
.TagClassName
{
border-color: #F963A4;
}
</style>