Shades of Brilliant Rose #FD649D
Tints of Brilliant Rose #FD649D
RGB
CMYK
RGB Variations
Color information
#FD649D (or 0xFD649D) is known color: Brilliant Rose. HEX triplet: FD, 64 and 9D. RGB value is (253,100,157). Sum of RGB (Red+Green+Blue) = 253+100+157=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FD649D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD649D is #029B62. Grayscale: #989898. Windows color (decimal): -170851 or 10315005. OLE color: 10315005.
HSL color Cylindrical-coordinate representation of color #FD649D: hue angle of 337.65º 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 #FD649D is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 100 | 157 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.01 |
| HSL | 337.65º | 0.97% | 0.69% | - |
| HSV(B) | 337.65º | 0.6% | 0.99% | - |
| XYZ | 51.15 | 32.43 | 35.46 | - |
| YUV | 152.25 | 130.69 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 100 | 157 | 0 | 0.60 | 0.38 | 0.01 | 337.65 | 0.97 | 0.69 |
| Hex | FD | 64 | 9D | 0 | 3C | 26 | 1 | 152 | 61 | 45 |
| Octal | 375 | 144 | 235 | 0 | 74 | 46 | 1 | 522 | 141 | 105 |
| Binary | 11111101 | 1100100 | 10011101 | 0 | 111100 | 100110 | 1 | 101010010 | 1100001 | 1000101 |
Color Harmonies of #FD649D
Complementary color
Monochromatic Colors of #FD649D
Black with #FD649D
Text Example
Text Example
White with #FD649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD649D; }
p { color: rgb(253,100,157); }
H1.HeaderClassName
{
color: #FD649D;
}
.AnyTagClassName
{
color: #FD649D;
}
</style>
background-color css
<style>
a { background-color: #FD649D; }
a { background-color: rgb(253,100,157); }
div.DivClassName
{
background-color: #FD649D;
}
.BgClassName
{
background-color: #FD649D;
}
</style>
border-color css
<style>
span { border-color: #FD649D; }
span { border-color: rgb(253,100,157); }
td.TdClassName
{
border-color: #FD649D;
}
.TagClassName
{
border-color: #FD649D;
}
</style>