Shades of Brilliant Rose #FB679B
Tints of Brilliant Rose #FB679B
RGB
CMYK
RGB Variations
Color information
#FB679B (or 0xFB679B) is known color: Brilliant Rose. HEX triplet: FB, 67 and 9B. RGB value is (251,103,155). Sum of RGB (Red+Green+Blue) = 251+103+155=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB679B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB679B is #049864. Grayscale: #999999. Windows color (decimal): -301157 or 10184699. OLE color: 10184699.
HSL color Cylindrical-coordinate representation of color #FB679B: hue angle of 338.92º 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 #FB679B is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 155 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.02 |
| HSL | 338.92º | 0.95% | 0.69% | - |
| HSV(B) | 338.92º | 0.59% | 0.98% | - |
| XYZ | 50.55 | 32.58 | 34.63 | - |
| YUV | 153.18 | 129.03 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 155 | 0 | 0.59 | 0.38 | 0.02 | 338.92 | 0.95 | 0.69 |
| Hex | FB | 67 | 9B | 0 | 3B | 26 | 2 | 153 | 5F | 45 |
| Octal | 373 | 147 | 233 | 0 | 73 | 46 | 2 | 523 | 137 | 105 |
| Binary | 11111011 | 1100111 | 10011011 | 0 | 111011 | 100110 | 10 | 101010011 | 1011111 | 1000101 |
Color Harmonies of #FB679B
Complementary color
Monochromatic Colors of #FB679B
Black with #FB679B
Text Example
Text Example
White with #FB679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB679B; }
p { color: rgb(251,103,155); }
H1.HeaderClassName
{
color: #FB679B;
}
.AnyTagClassName
{
color: #FB679B;
}
</style>
background-color css
<style>
a { background-color: #FB679B; }
a { background-color: rgb(251,103,155); }
div.DivClassName
{
background-color: #FB679B;
}
.BgClassName
{
background-color: #FB679B;
}
</style>
border-color css
<style>
span { border-color: #FB679B; }
span { border-color: rgb(251,103,155); }
td.TdClassName
{
border-color: #FB679B;
}
.TagClassName
{
border-color: #FB679B;
}
</style>