Shades of Brilliant Rose #F968A2
Tints of Brilliant Rose #F968A2
RGB
CMYK
RGB Variations
Color information
#F968A2 (or 0xF968A2) is known color: Brilliant Rose. HEX triplet: F9, 68 and A2. RGB value is (249,104,162). Sum of RGB (Red+Green+Blue) = 249+104+162=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F968A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F968A2 is #06975D. Grayscale: #999999. Windows color (decimal): -431966 or 10643705. OLE color: 10643705.
HSL color Cylindrical-coordinate representation of color #F968A2: hue angle of 336º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F968A2 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 162 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.02 |
| HSL | 336º | 0.92% | 0.69% | - |
| HSV(B) | 336º | 0.58% | 0.98% | - |
| XYZ | 50.54 | 32.65 | 37.82 | - |
| YUV | 153.97 | 132.54 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 162 | 0 | 0.58 | 0.35 | 0.02 | 336 | 0.92 | 0.69 |
| Hex | F9 | 68 | A2 | 0 | 3A | 23 | 2 | 150 | 5C | 45 |
| Octal | 371 | 150 | 242 | 0 | 72 | 43 | 2 | 520 | 134 | 105 |
| Binary | 11111001 | 1101000 | 10100010 | 0 | 111010 | 100011 | 10 | 101010000 | 1011100 | 1000101 |
Color Harmonies of #F968A2
Complementary color
Monochromatic Colors of #F968A2
Black with #F968A2
Text Example
Text Example
White with #F968A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F968A2; }
p { color: rgb(249,104,162); }
H1.HeaderClassName
{
color: #F968A2;
}
.AnyTagClassName
{
color: #F968A2;
}
</style>
background-color css
<style>
a { background-color: #F968A2; }
a { background-color: rgb(249,104,162); }
div.DivClassName
{
background-color: #F968A2;
}
.BgClassName
{
background-color: #F968A2;
}
</style>
border-color css
<style>
span { border-color: #F968A2; }
span { border-color: rgb(249,104,162); }
td.TdClassName
{
border-color: #F968A2;
}
.TagClassName
{
border-color: #F968A2;
}
</style>