Shades of Brilliant Rose #FD689D
Tints of Brilliant Rose #FD689D
RGB
CMYK
RGB Variations
Color information
#FD689D (or 0xFD689D) is known color: Brilliant Rose. HEX triplet: FD, 68 and 9D. RGB value is (253,104,157). Sum of RGB (Red+Green+Blue) = 253+104+157=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD689D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD689D is #029762. Grayscale: #9A9A9A. Windows color (decimal): -169827 or 10316029. OLE color: 10316029.
HSL color Cylindrical-coordinate representation of color #FD689D: hue angle of 338.66º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FD689D is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 104 | 157 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.01 |
| HSL | 338.66º | 0.97% | 0.7% | - |
| HSV(B) | 338.66º | 0.59% | 0.99% | - |
| XYZ | 51.54 | 33.22 | 35.59 | - |
| YUV | 154.59 | 129.36 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 104 | 157 | 0 | 0.59 | 0.38 | 0.01 | 338.66 | 0.97 | 0.7 |
| Hex | FD | 68 | 9D | 0 | 3B | 26 | 1 | 153 | 61 | 46 |
| Octal | 375 | 150 | 235 | 0 | 73 | 46 | 1 | 523 | 141 | 106 |
| Binary | 11111101 | 1101000 | 10011101 | 0 | 111011 | 100110 | 1 | 101010011 | 1100001 | 1000110 |
Color Harmonies of #FD689D
Complementary color
Monochromatic Colors of #FD689D
Black with #FD689D
Text Example
Text Example
White with #FD689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD689D; }
p { color: rgb(253,104,157); }
H1.HeaderClassName
{
color: #FD689D;
}
.AnyTagClassName
{
color: #FD689D;
}
</style>
background-color css
<style>
a { background-color: #FD689D; }
a { background-color: rgb(253,104,157); }
div.DivClassName
{
background-color: #FD689D;
}
.BgClassName
{
background-color: #FD689D;
}
</style>
border-color css
<style>
span { border-color: #FD689D; }
span { border-color: rgb(253,104,157); }
td.TdClassName
{
border-color: #FD689D;
}
.TagClassName
{
border-color: #FD689D;
}
</style>