Shades of Brilliant Rose #F7569B
Tints of Brilliant Rose #F7569B
RGB
CMYK
RGB Variations
Color information
#F7569B (or 0xF7569B) is known color: Brilliant Rose. HEX triplet: F7, 56 and 9B. RGB value is (247,86,155). Sum of RGB (Red+Green+Blue) = 247+86+155=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 86 (33.98% from 255 or 17.62% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F7569B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7569B is #08A964. Grayscale: #8D8D8D. Windows color (decimal): -567653 or 10180343. OLE color: 10180343.
HSL color Cylindrical-coordinate representation of color #F7569B: hue angle of 334.29º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F7569B is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 86 | 155 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.03 |
| HSL | 334.29º | 0.91% | 0.65% | - |
| HSV(B) | 334.29º | 0.65% | 0.97% | - |
| XYZ | 47.6 | 28.8 | 34.06 | - |
| YUV | 142.01 | 135.34 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 86 | 155 | 0 | 0.65 | 0.37 | 0.03 | 334.29 | 0.91 | 0.65 |
| Hex | F7 | 56 | 9B | 0 | 41 | 25 | 3 | 14E | 5B | 41 |
| Octal | 367 | 126 | 233 | 0 | 101 | 45 | 3 | 516 | 133 | 101 |
| Binary | 11110111 | 1010110 | 10011011 | 0 | 1000001 | 100101 | 11 | 101001110 | 1011011 | 1000001 |
Color Harmonies of #F7569B
Complementary color
Monochromatic Colors of #F7569B
Black with #F7569B
Text Example
Text Example
White with #F7569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7569B; }
p { color: rgb(247,86,155); }
H1.HeaderClassName
{
color: #F7569B;
}
.AnyTagClassName
{
color: #F7569B;
}
</style>
background-color css
<style>
a { background-color: #F7569B; }
a { background-color: rgb(247,86,155); }
div.DivClassName
{
background-color: #F7569B;
}
.BgClassName
{
background-color: #F7569B;
}
</style>
border-color css
<style>
span { border-color: #F7569B; }
span { border-color: rgb(247,86,155); }
td.TdClassName
{
border-color: #F7569B;
}
.TagClassName
{
border-color: #F7569B;
}
</style>