Shades of Brilliant Rose #F967A2
Tints of Brilliant Rose #F967A2
RGB
CMYK
RGB Variations
Color information
#F967A2 (or 0xF967A2) is known color: Brilliant Rose. HEX triplet: F9, 67 and A2. RGB value is (249,103,162). Sum of RGB (Red+Green+Blue) = 249+103+162=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 103 (40.62% from 255 or 20.04% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F967A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F967A2 is #06985D. Grayscale: #999999. Windows color (decimal): -432222 or 10643449. OLE color: 10643449.
HSL color Cylindrical-coordinate representation of color #F967A2: hue angle of 335.75º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F967A2 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 103 | 162 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.02 |
| HSL | 335.75º | 0.92% | 0.69% | - |
| HSV(B) | 335.75º | 0.59% | 0.98% | - |
| XYZ | 50.44 | 32.45 | 37.79 | - |
| YUV | 153.38 | 132.87 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 103 | 162 | 0 | 0.59 | 0.35 | 0.02 | 335.75 | 0.92 | 0.69 |
| Hex | F9 | 67 | A2 | 0 | 3B | 23 | 2 | 150 | 5C | 45 |
| Octal | 371 | 147 | 242 | 0 | 73 | 43 | 2 | 520 | 134 | 105 |
| Binary | 11111001 | 1100111 | 10100010 | 0 | 111011 | 100011 | 10 | 101010000 | 1011100 | 1000101 |
Color Harmonies of #F967A2
Complementary color
Monochromatic Colors of #F967A2
Black with #F967A2
Text Example
Text Example
White with #F967A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F967A2; }
p { color: rgb(249,103,162); }
H1.HeaderClassName
{
color: #F967A2;
}
.AnyTagClassName
{
color: #F967A2;
}
</style>
background-color css
<style>
a { background-color: #F967A2; }
a { background-color: rgb(249,103,162); }
div.DivClassName
{
background-color: #F967A2;
}
.BgClassName
{
background-color: #F967A2;
}
</style>
border-color css
<style>
span { border-color: #F967A2; }
span { border-color: rgb(249,103,162); }
td.TdClassName
{
border-color: #F967A2;
}
.TagClassName
{
border-color: #F967A2;
}
</style>