Shades of Brilliant Rose #FB6799
Tints of Brilliant Rose #FB6799
RGB
CMYK
RGB Variations
Color information
#FB6799 (or 0xFB6799) is known color: Brilliant Rose. HEX triplet: FB, 67 and 99. RGB value is (251,103,153). Sum of RGB (Red+Green+Blue) = 251+103+153=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6799 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6799 is #049866. Grayscale: #989898. Windows color (decimal): -301159 or 10053627. OLE color: 10053627.
HSL color Cylindrical-coordinate representation of color #FB6799: hue angle of 339.73º degrees, saturation: 0.95, 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 #FB6799 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 153 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.02 |
| HSL | 339.73º | 0.95% | 0.69% | - |
| HSV(B) | 339.73º | 0.59% | 0.98% | - |
| XYZ | 50.38 | 32.51 | 33.76 | - |
| YUV | 152.95 | 128.03 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 153 | 0 | 0.59 | 0.39 | 0.02 | 339.73 | 0.95 | 0.69 |
| Hex | FB | 67 | 99 | 0 | 3B | 27 | 2 | 154 | 5F | 45 |
| Octal | 373 | 147 | 231 | 0 | 73 | 47 | 2 | 524 | 137 | 105 |
| Binary | 11111011 | 1100111 | 10011001 | 0 | 111011 | 100111 | 10 | 101010100 | 1011111 | 1000101 |
Color Harmonies of #FB6799
Complementary color
Monochromatic Colors of #FB6799
Black with #FB6799
Text Example
Text Example
White with #FB6799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6799; }
p { color: rgb(251,103,153); }
H1.HeaderClassName
{
color: #FB6799;
}
.AnyTagClassName
{
color: #FB6799;
}
</style>
background-color css
<style>
a { background-color: #FB6799; }
a { background-color: rgb(251,103,153); }
div.DivClassName
{
background-color: #FB6799;
}
.BgClassName
{
background-color: #FB6799;
}
</style>
border-color css
<style>
span { border-color: #FB6799; }
span { border-color: rgb(251,103,153); }
td.TdClassName
{
border-color: #FB6799;
}
.TagClassName
{
border-color: #FB6799;
}
</style>