Shades of Brilliant Rose #FD659D
Tints of Brilliant Rose #FD659D
RGB
CMYK
RGB Variations
Color information
#FD659D (or 0xFD659D) is known color: Brilliant Rose. HEX triplet: FD, 65 and 9D. RGB value is (253,101,157). Sum of RGB (Red+Green+Blue) = 253+101+157=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FD659D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD659D is #029A62. Grayscale: #989898. Windows color (decimal): -170595 or 10315261. OLE color: 10315261.
HSL color Cylindrical-coordinate representation of color #FD659D: hue angle of 337.89º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD659D is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 157 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.01 |
| HSL | 337.89º | 0.97% | 0.69% | - |
| HSV(B) | 337.89º | 0.6% | 0.99% | - |
| XYZ | 51.25 | 32.62 | 35.49 | - |
| YUV | 152.83 | 130.36 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 157 | 0 | 0.60 | 0.38 | 0.01 | 337.89 | 0.97 | 0.69 |
| Hex | FD | 65 | 9D | 0 | 3C | 26 | 1 | 152 | 61 | 45 |
| Octal | 375 | 145 | 235 | 0 | 74 | 46 | 1 | 522 | 141 | 105 |
| Binary | 11111101 | 1100101 | 10011101 | 0 | 111100 | 100110 | 1 | 101010010 | 1100001 | 1000101 |
Color Harmonies of #FD659D
Complementary color
Monochromatic Colors of #FD659D
Black with #FD659D
Text Example
Text Example
White with #FD659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD659D; }
p { color: rgb(253,101,157); }
H1.HeaderClassName
{
color: #FD659D;
}
.AnyTagClassName
{
color: #FD659D;
}
</style>
background-color css
<style>
a { background-color: #FD659D; }
a { background-color: rgb(253,101,157); }
div.DivClassName
{
background-color: #FD659D;
}
.BgClassName
{
background-color: #FD659D;
}
</style>
border-color css
<style>
span { border-color: #FD659D; }
span { border-color: rgb(253,101,157); }
td.TdClassName
{
border-color: #FD659D;
}
.TagClassName
{
border-color: #FD659D;
}
</style>