Shades of Razzle Dazzle Rose #FB50C9
Tints of Razzle Dazzle Rose #FB50C9
RGB
CMYK
RGB Variations
Color information
#FB50C9 (or 0xFB50C9) is known color: Razzle Dazzle Rose. HEX triplet: FB, 50 and C9. RGB value is (251,80,201). Sum of RGB (Red+Green+Blue) = 251+80+201=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 80 (31.64% from 255 or 15.04% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB50C9 is #04AF36. Grayscale: #909090. Windows color (decimal): -306999 or 13193467. OLE color: 13193467.
HSL color Cylindrical-coordinate representation of color #FB50C9: hue angle of 317.54º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB50C9 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 201 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.02 |
| HSL | 317.54º | 0.96% | 0.65% | - |
| HSV(B) | 317.54º | 0.68% | 0.98% | - |
| XYZ | 53.19 | 30.46 | 58.33 | - |
| YUV | 144.92 | 159.65 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 201 | 0 | 0.68 | 0.20 | 0.02 | 317.54 | 0.96 | 0.65 |
| Hex | FB | 50 | C9 | 0 | 44 | 14 | 2 | 13E | 60 | 41 |
| Octal | 373 | 120 | 311 | 0 | 104 | 24 | 2 | 476 | 140 | 101 |
| Binary | 11111011 | 1010000 | 11001001 | 0 | 1000100 | 10100 | 10 | 100111110 | 1100000 | 1000001 |
Color Harmonies of #FB50C9
Complementary color
Monochromatic Colors of #FB50C9
Black with #FB50C9
Text Example
Text Example
White with #FB50C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB50C9; }
p { color: rgb(251,80,201); }
H1.HeaderClassName
{
color: #FB50C9;
}
.AnyTagClassName
{
color: #FB50C9;
}
</style>
background-color css
<style>
a { background-color: #FB50C9; }
a { background-color: rgb(251,80,201); }
div.DivClassName
{
background-color: #FB50C9;
}
.BgClassName
{
background-color: #FB50C9;
}
</style>
border-color css
<style>
span { border-color: #FB50C9; }
span { border-color: rgb(251,80,201); }
td.TdClassName
{
border-color: #FB50C9;
}
.TagClassName
{
border-color: #FB50C9;
}
</style>