Shades of Brilliant Rose #FB679E
Tints of Brilliant Rose #FB679E
RGB
CMYK
RGB Variations
Color information
#FB679E (or 0xFB679E) is known color: Brilliant Rose. HEX triplet: FB, 67 and 9E. RGB value is (251,103,158). Sum of RGB (Red+Green+Blue) = 251+103+158=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB679E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB679E is #049861. Grayscale: #999999. Windows color (decimal): -301154 or 10381307. OLE color: 10381307.
HSL color Cylindrical-coordinate representation of color #FB679E: hue angle of 337.7º 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 #FB679E is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 158 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.02 |
| HSL | 337.7º | 0.95% | 0.69% | - |
| HSV(B) | 337.7º | 0.59% | 0.98% | - |
| XYZ | 50.81 | 32.68 | 35.98 | - |
| YUV | 153.52 | 130.53 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 158 | 0 | 0.59 | 0.37 | 0.02 | 337.7 | 0.95 | 0.69 |
| Hex | FB | 67 | 9E | 0 | 3B | 25 | 2 | 152 | 5F | 45 |
| Octal | 373 | 147 | 236 | 0 | 73 | 45 | 2 | 522 | 137 | 105 |
| Binary | 11111011 | 1100111 | 10011110 | 0 | 111011 | 100101 | 10 | 101010010 | 1011111 | 1000101 |
Color Harmonies of #FB679E
Complementary color
Monochromatic Colors of #FB679E
Black with #FB679E
Text Example
Text Example
White with #FB679E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB679E; }
p { color: rgb(251,103,158); }
H1.HeaderClassName
{
color: #FB679E;
}
.AnyTagClassName
{
color: #FB679E;
}
</style>
background-color css
<style>
a { background-color: #FB679E; }
a { background-color: rgb(251,103,158); }
div.DivClassName
{
background-color: #FB679E;
}
.BgClassName
{
background-color: #FB679E;
}
</style>
border-color css
<style>
span { border-color: #FB679E; }
span { border-color: rgb(251,103,158); }
td.TdClassName
{
border-color: #FB679E;
}
.TagClassName
{
border-color: #FB679E;
}
</style>