Shades of Brilliant Rose #FB679D
Tints of Brilliant Rose #FB679D
RGB
CMYK
RGB Variations
Color information
#FB679D (or 0xFB679D) is known color: Brilliant Rose. HEX triplet: FB, 67 and 9D. RGB value is (251,103,157). Sum of RGB (Red+Green+Blue) = 251+103+157=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FB679D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB679D is #049862. Grayscale: #999999. Windows color (decimal): -301155 or 10315771. OLE color: 10315771.
HSL color Cylindrical-coordinate representation of color #FB679D: hue angle of 338.11º 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 #FB679D is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 157 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.02 |
| HSL | 338.11º | 0.95% | 0.69% | - |
| HSV(B) | 338.11º | 0.59% | 0.98% | - |
| XYZ | 50.72 | 32.64 | 35.53 | - |
| YUV | 153.41 | 130.03 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 157 | 0 | 0.59 | 0.37 | 0.02 | 338.11 | 0.95 | 0.69 |
| Hex | FB | 67 | 9D | 0 | 3B | 25 | 2 | 152 | 5F | 45 |
| Octal | 373 | 147 | 235 | 0 | 73 | 45 | 2 | 522 | 137 | 105 |
| Binary | 11111011 | 1100111 | 10011101 | 0 | 111011 | 100101 | 10 | 101010010 | 1011111 | 1000101 |
Color Harmonies of #FB679D
Complementary color
Monochromatic Colors of #FB679D
Black with #FB679D
Text Example
Text Example
White with #FB679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB679D; }
p { color: rgb(251,103,157); }
H1.HeaderClassName
{
color: #FB679D;
}
.AnyTagClassName
{
color: #FB679D;
}
</style>
background-color css
<style>
a { background-color: #FB679D; }
a { background-color: rgb(251,103,157); }
div.DivClassName
{
background-color: #FB679D;
}
.BgClassName
{
background-color: #FB679D;
}
</style>
border-color css
<style>
span { border-color: #FB679D; }
span { border-color: rgb(251,103,157); }
td.TdClassName
{
border-color: #FB679D;
}
.TagClassName
{
border-color: #FB679D;
}
</style>