Shades of Brilliant Rose #FD50B2
Tints of Brilliant Rose #FD50B2
RGB
CMYK
RGB Variations
Color information
#FD50B2 (or 0xFD50B2) is known color: Brilliant Rose. HEX triplet: FD, 50 and B2. RGB value is (253,80,178). Sum of RGB (Red+Green+Blue) = 253+80+178=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FD50B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD50B2 is #02AF4D. Grayscale: #8E8E8E. Windows color (decimal): -175950 or 11686141. OLE color: 11686141.
HSL color Cylindrical-coordinate representation of color #FD50B2: hue angle of 326.01º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD50B2 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 80 | 178 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.01 |
| HSL | 326.01º | 0.98% | 0.65% | - |
| HSV(B) | 326.01º | 0.68% | 0.99% | - |
| XYZ | 51.41 | 29.83 | 45.17 | - |
| YUV | 142.9 | 147.81 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 80 | 178 | 0 | 0.68 | 0.30 | 0.01 | 326.01 | 0.98 | 0.65 |
| Hex | FD | 50 | B2 | 0 | 44 | 1E | 1 | 146 | 62 | 41 |
| Octal | 375 | 120 | 262 | 0 | 104 | 36 | 1 | 506 | 142 | 101 |
| Binary | 11111101 | 1010000 | 10110010 | 0 | 1000100 | 11110 | 1 | 101000110 | 1100010 | 1000001 |
Color Harmonies of #FD50B2
Complementary color
Monochromatic Colors of #FD50B2
Black with #FD50B2
Text Example
Text Example
White with #FD50B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD50B2; }
p { color: rgb(253,80,178); }
H1.HeaderClassName
{
color: #FD50B2;
}
.AnyTagClassName
{
color: #FD50B2;
}
</style>
background-color css
<style>
a { background-color: #FD50B2; }
a { background-color: rgb(253,80,178); }
div.DivClassName
{
background-color: #FD50B2;
}
.BgClassName
{
background-color: #FD50B2;
}
</style>
border-color css
<style>
span { border-color: #FD50B2; }
span { border-color: rgb(253,80,178); }
td.TdClassName
{
border-color: #FD50B2;
}
.TagClassName
{
border-color: #FD50B2;
}
</style>