Shades of Brilliant Rose #F968A1
Tints of Brilliant Rose #F968A1
RGB
CMYK
RGB Variations
Color information
#F968A1 (or 0xF968A1) is known color: Brilliant Rose. HEX triplet: F9, 68 and A1. RGB value is (249,104,161). Sum of RGB (Red+Green+Blue) = 249+104+161=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F968A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F968A1 is #06975E. Grayscale: #999999. Windows color (decimal): -431967 or 10578169. OLE color: 10578169.
HSL color Cylindrical-coordinate representation of color #F968A1: hue angle of 336.41º 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 #F968A1 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 161 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.02 |
| HSL | 336.41º | 0.92% | 0.69% | - |
| HSV(B) | 336.41º | 0.58% | 0.98% | - |
| XYZ | 50.45 | 32.61 | 37.35 | - |
| YUV | 153.85 | 132.04 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 161 | 0 | 0.58 | 0.35 | 0.02 | 336.41 | 0.92 | 0.69 |
| Hex | F9 | 68 | A1 | 0 | 3A | 23 | 2 | 150 | 5C | 45 |
| Octal | 371 | 150 | 241 | 0 | 72 | 43 | 2 | 520 | 134 | 105 |
| Binary | 11111001 | 1101000 | 10100001 | 0 | 111010 | 100011 | 10 | 101010000 | 1011100 | 1000101 |
Color Harmonies of #F968A1
Complementary color
Monochromatic Colors of #F968A1
Black with #F968A1
Text Example
Text Example
White with #F968A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F968A1; }
p { color: rgb(249,104,161); }
H1.HeaderClassName
{
color: #F968A1;
}
.AnyTagClassName
{
color: #F968A1;
}
</style>
background-color css
<style>
a { background-color: #F968A1; }
a { background-color: rgb(249,104,161); }
div.DivClassName
{
background-color: #F968A1;
}
.BgClassName
{
background-color: #F968A1;
}
</style>
border-color css
<style>
span { border-color: #F968A1; }
span { border-color: rgb(249,104,161); }
td.TdClassName
{
border-color: #F968A1;
}
.TagClassName
{
border-color: #F968A1;
}
</style>