Shades of Brilliant Rose #FD659A
Tints of Brilliant Rose #FD659A
RGB
CMYK
RGB Variations
Color information
#FD659A (or 0xFD659A) is known color: Brilliant Rose. HEX triplet: FD, 65 and 9A. RGB value is (253,101,154). Sum of RGB (Red+Green+Blue) = 253+101+154=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FD659A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD659A is #029A65. Grayscale: #989898. Windows color (decimal): -170598 or 10118653. OLE color: 10118653.
HSL color Cylindrical-coordinate representation of color #FD659A: hue angle of 339.08º 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 #FD659A is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 154 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.01 |
| HSL | 339.08º | 0.97% | 0.69% | - |
| HSV(B) | 339.08º | 0.6% | 0.99% | - |
| XYZ | 50.99 | 32.52 | 34.16 | - |
| YUV | 152.49 | 128.86 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 154 | 0 | 0.60 | 0.39 | 0.01 | 339.08 | 0.97 | 0.69 |
| Hex | FD | 65 | 9A | 0 | 3C | 27 | 1 | 153 | 61 | 45 |
| Octal | 375 | 145 | 232 | 0 | 74 | 47 | 1 | 523 | 141 | 105 |
| Binary | 11111101 | 1100101 | 10011010 | 0 | 111100 | 100111 | 1 | 101010011 | 1100001 | 1000101 |
Color Harmonies of #FD659A
Complementary color
Monochromatic Colors of #FD659A
Black with #FD659A
Text Example
Text Example
White with #FD659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD659A; }
p { color: rgb(253,101,154); }
H1.HeaderClassName
{
color: #FD659A;
}
.AnyTagClassName
{
color: #FD659A;
}
</style>
background-color css
<style>
a { background-color: #FD659A; }
a { background-color: rgb(253,101,154); }
div.DivClassName
{
background-color: #FD659A;
}
.BgClassName
{
background-color: #FD659A;
}
</style>
border-color css
<style>
span { border-color: #FD659A; }
span { border-color: rgb(253,101,154); }
td.TdClassName
{
border-color: #FD659A;
}
.TagClassName
{
border-color: #FD659A;
}
</style>