Shades of Brilliant Rose #FD68A0
Tints of Brilliant Rose #FD68A0
RGB
CMYK
RGB Variations
Color information
#FD68A0 (or 0xFD68A0) is known color: Brilliant Rose. HEX triplet: FD, 68 and A0. RGB value is (253,104,160). Sum of RGB (Red+Green+Blue) = 253+104+160=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD68A0 is #02975F. Grayscale: #9A9A9A. Windows color (decimal): -169824 or 10512637. OLE color: 10512637.
HSL color Cylindrical-coordinate representation of color #FD68A0: hue angle of 337.45º 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 #FD68A0 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 104 | 160 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.01 |
| HSL | 337.45º | 0.97% | 0.7% | - |
| HSV(B) | 337.45º | 0.59% | 0.99% | - |
| XYZ | 51.8 | 33.32 | 36.96 | - |
| YUV | 154.94 | 130.86 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 104 | 160 | 0 | 0.59 | 0.37 | 0.01 | 337.45 | 0.97 | 0.7 |
| Hex | FD | 68 | A0 | 0 | 3B | 25 | 1 | 151 | 61 | 46 |
| Octal | 375 | 150 | 240 | 0 | 73 | 45 | 1 | 521 | 141 | 106 |
| Binary | 11111101 | 1101000 | 10100000 | 0 | 111011 | 100101 | 1 | 101010001 | 1100001 | 1000110 |
Color Harmonies of #FD68A0
Complementary color
Monochromatic Colors of #FD68A0
Black with #FD68A0
Text Example
Text Example
White with #FD68A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD68A0; }
p { color: rgb(253,104,160); }
H1.HeaderClassName
{
color: #FD68A0;
}
.AnyTagClassName
{
color: #FD68A0;
}
</style>
background-color css
<style>
a { background-color: #FD68A0; }
a { background-color: rgb(253,104,160); }
div.DivClassName
{
background-color: #FD68A0;
}
.BgClassName
{
background-color: #FD68A0;
}
</style>
border-color css
<style>
span { border-color: #FD68A0; }
span { border-color: rgb(253,104,160); }
td.TdClassName
{
border-color: #FD68A0;
}
.TagClassName
{
border-color: #FD68A0;
}
</style>