Shades of Brilliant Rose #F7659A
Tints of Brilliant Rose #F7659A
RGB
CMYK
RGB Variations
Color information
#F7659A (or 0xF7659A) is known color: Brilliant Rose. HEX triplet: F7, 65 and 9A. RGB value is (247,101,154). Sum of RGB (Red+Green+Blue) = 247+101+154=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F7659A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7659A is #089A65. Grayscale: #969696. Windows color (decimal): -563814 or 10118647. OLE color: 10118647.
HSL color Cylindrical-coordinate representation of color #F7659A: hue angle of 338.22º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F7659A is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 101 | 154 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.03 |
| HSL | 338.22º | 0.9% | 0.68% | - |
| HSV(B) | 338.22º | 0.59% | 0.97% | - |
| XYZ | 48.84 | 31.41 | 34.06 | - |
| YUV | 150.7 | 129.87 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 101 | 154 | 0 | 0.59 | 0.38 | 0.03 | 338.22 | 0.9 | 0.68 |
| Hex | F7 | 65 | 9A | 0 | 3B | 26 | 3 | 152 | 5A | 44 |
| Octal | 367 | 145 | 232 | 0 | 73 | 46 | 3 | 522 | 132 | 104 |
| Binary | 11110111 | 1100101 | 10011010 | 0 | 111011 | 100110 | 11 | 101010010 | 1011010 | 1000100 |
Color Harmonies of #F7659A
Complementary color
Monochromatic Colors of #F7659A
Black with #F7659A
Text Example
Text Example
White with #F7659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7659A; }
p { color: rgb(247,101,154); }
H1.HeaderClassName
{
color: #F7659A;
}
.AnyTagClassName
{
color: #F7659A;
}
</style>
background-color css
<style>
a { background-color: #F7659A; }
a { background-color: rgb(247,101,154); }
div.DivClassName
{
background-color: #F7659A;
}
.BgClassName
{
background-color: #F7659A;
}
</style>
border-color css
<style>
span { border-color: #F7659A; }
span { border-color: rgb(247,101,154); }
td.TdClassName
{
border-color: #F7659A;
}
.TagClassName
{
border-color: #F7659A;
}
</style>