Shades of Brilliant Rose #FB569B
Tints of Brilliant Rose #FB569B
RGB
CMYK
RGB Variations
Color information
#FB569B (or 0xFB569B) is known color: Brilliant Rose. HEX triplet: FB, 56 and 9B. RGB value is (251,86,155). Sum of RGB (Red+Green+Blue) = 251+86+155=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 86 (33.98% from 255 or 17.48% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FB569B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB569B is #04A964. Grayscale: #8F8F8F. Windows color (decimal): -305509 or 10180347. OLE color: 10180347.
HSL color Cylindrical-coordinate representation of color #FB569B: hue angle of 334.91º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB569B is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 86 | 155 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.02 |
| HSL | 334.91º | 0.95% | 0.66% | - |
| HSV(B) | 334.91º | 0.66% | 0.98% | - |
| XYZ | 49.03 | 29.53 | 34.13 | - |
| YUV | 143.2 | 134.66 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 86 | 155 | 0 | 0.66 | 0.38 | 0.02 | 334.91 | 0.95 | 0.66 |
| Hex | FB | 56 | 9B | 0 | 42 | 26 | 2 | 14F | 5F | 42 |
| Octal | 373 | 126 | 233 | 0 | 102 | 46 | 2 | 517 | 137 | 102 |
| Binary | 11111011 | 1010110 | 10011011 | 0 | 1000010 | 100110 | 10 | 101001111 | 1011111 | 1000010 |
Color Harmonies of #FB569B
Complementary color
Monochromatic Colors of #FB569B
Black with #FB569B
Text Example
Text Example
White with #FB569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB569B; }
p { color: rgb(251,86,155); }
H1.HeaderClassName
{
color: #FB569B;
}
.AnyTagClassName
{
color: #FB569B;
}
</style>
background-color css
<style>
a { background-color: #FB569B; }
a { background-color: rgb(251,86,155); }
div.DivClassName
{
background-color: #FB569B;
}
.BgClassName
{
background-color: #FB569B;
}
</style>
border-color css
<style>
span { border-color: #FB569B; }
span { border-color: rgb(251,86,155); }
td.TdClassName
{
border-color: #FB569B;
}
.TagClassName
{
border-color: #FB569B;
}
</style>