Shades of Brilliant Rose #FD5E9C
Tints of Brilliant Rose #FD5E9C
RGB
CMYK
RGB Variations
Color information
#FD5E9C (or 0xFD5E9C) is known color: Brilliant Rose. HEX triplet: FD, 5E and 9C. RGB value is (253,94,156). Sum of RGB (Red+Green+Blue) = 253+94+156=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5E9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5E9C is #02A163. Grayscale: #949494. Windows color (decimal): -172388 or 10247933. OLE color: 10247933.
HSL color Cylindrical-coordinate representation of color #FD5E9C: hue angle of 336.6º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FD5E9C is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 94 | 156 | - |
CMYK | 0 | 0.63 | 0.38 | 0.01 |
HSL | 336.6º | 0.98% | 0.68% | - |
HSV(B) | 336.6º | 0.63% | 0.99% | - |
XYZ | 50.51 | 31.29 | 34.83 | - |
YUV | 148.61 | 132.18 | 202.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 94 | 156 | 0 | 0.63 | 0.38 | 0.01 | 336.6 | 0.98 | 0.68 |
Hex | FD | 5E | 9C | 0 | 3F | 26 | 1 | 151 | 62 | 44 |
Octal | 375 | 136 | 234 | 0 | 77 | 46 | 1 | 521 | 142 | 104 |
Binary | 11111101 | 1011110 | 10011100 | 0 | 111111 | 100110 | 1 | 101010001 | 1100010 | 1000100 |
Color Harmonies of #FD5E9C
Complementary color
Monochromatic Colors of #FD5E9C
Black with #FD5E9C
Text Example
Text Example
White with #FD5E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5E9C; }
p { color: rgb(253,94,156); }
H1.HeaderClassName
{
color: #FD5E9C;
}
.AnyTagClassName
{
color: #FD5E9C;
}
</style>
background-color css
<style>
a { background-color: #FD5E9C; }
a { background-color: rgb(253,94,156); }
div.DivClassName
{
background-color: #FD5E9C;
}
.BgClassName
{
background-color: #FD5E9C;
}
</style>
border-color css
<style>
span { border-color: #FD5E9C; }
span { border-color: rgb(253,94,156); }
td.TdClassName
{
border-color: #FD5E9C;
}
.TagClassName
{
border-color: #FD5E9C;
}
</style>