Shades of Brilliant Rose #F965A5
Tints of Brilliant Rose #F965A5
RGB
CMYK
RGB Variations
Color information
#F965A5 (or 0xF965A5) is known color: Brilliant Rose. HEX triplet: F9, 65 and A5. RGB value is (249,101,165). Sum of RGB (Red+Green+Blue) = 249+101+165=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F965A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F965A5 is #069A5A. Grayscale: #989898. Windows color (decimal): -432731 or 10839545. OLE color: 10839545.
HSL color Cylindrical-coordinate representation of color #F965A5: hue angle of 334.05º degrees, saturation: 0.93, 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 #F965A5 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 101 | 165 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.02 |
| HSL | 334.05º | 0.93% | 0.69% | - |
| HSV(B) | 334.05º | 0.59% | 0.98% | - |
| XYZ | 50.51 | 32.16 | 39.14 | - |
| YUV | 152.55 | 135.03 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 101 | 165 | 0 | 0.59 | 0.34 | 0.02 | 334.05 | 0.93 | 0.69 |
| Hex | F9 | 65 | A5 | 0 | 3B | 22 | 2 | 14E | 5C | 45 |
| Octal | 371 | 145 | 245 | 0 | 73 | 42 | 2 | 516 | 134 | 105 |
| Binary | 11111001 | 1100101 | 10100101 | 0 | 111011 | 100010 | 10 | 101001110 | 1011100 | 1000101 |
Color Harmonies of #F965A5
Complementary color
Monochromatic Colors of #F965A5
Black with #F965A5
Text Example
Text Example
White with #F965A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F965A5; }
p { color: rgb(249,101,165); }
H1.HeaderClassName
{
color: #F965A5;
}
.AnyTagClassName
{
color: #F965A5;
}
</style>
background-color css
<style>
a { background-color: #F965A5; }
a { background-color: rgb(249,101,165); }
div.DivClassName
{
background-color: #F965A5;
}
.BgClassName
{
background-color: #F965A5;
}
</style>
border-color css
<style>
span { border-color: #F965A5; }
span { border-color: rgb(249,101,165); }
td.TdClassName
{
border-color: #F965A5;
}
.TagClassName
{
border-color: #F965A5;
}
</style>