Shades of Brilliant Rose #FD55A8
Tints of Brilliant Rose #FD55A8
RGB
CMYK
RGB Variations
Color information
#FD55A8 (or 0xFD55A8) is known color: Brilliant Rose. HEX triplet: FD, 55 and A8. RGB value is (253,85,168). Sum of RGB (Red+Green+Blue) = 253+85+168=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD55A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD55A8 is #02AA57. Grayscale: #909090. Windows color (decimal): -174680 or 11032061. OLE color: 11032061.
HSL color Cylindrical-coordinate representation of color #FD55A8: hue angle of 330.36º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD55A8 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 85 | 168 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.01 |
| HSL | 330.36º | 0.98% | 0.66% | - |
| HSV(B) | 330.36º | 0.66% | 0.99% | - |
| XYZ | 50.82 | 30.21 | 40.2 | - |
| YUV | 144.69 | 141.16 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 85 | 168 | 0 | 0.66 | 0.34 | 0.01 | 330.36 | 0.98 | 0.66 |
| Hex | FD | 55 | A8 | 0 | 42 | 22 | 1 | 14A | 62 | 42 |
| Octal | 375 | 125 | 250 | 0 | 102 | 42 | 1 | 512 | 142 | 102 |
| Binary | 11111101 | 1010101 | 10101000 | 0 | 1000010 | 100010 | 1 | 101001010 | 1100010 | 1000010 |
Color Harmonies of #FD55A8
Complementary color
Monochromatic Colors of #FD55A8
Black with #FD55A8
Text Example
Text Example
White with #FD55A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD55A8; }
p { color: rgb(253,85,168); }
H1.HeaderClassName
{
color: #FD55A8;
}
.AnyTagClassName
{
color: #FD55A8;
}
</style>
background-color css
<style>
a { background-color: #FD55A8; }
a { background-color: rgb(253,85,168); }
div.DivClassName
{
background-color: #FD55A8;
}
.BgClassName
{
background-color: #FD55A8;
}
</style>
border-color css
<style>
span { border-color: #FD55A8; }
span { border-color: rgb(253,85,168); }
td.TdClassName
{
border-color: #FD55A8;
}
.TagClassName
{
border-color: #FD55A8;
}
</style>