Shades of Razzle Dazzle Rose #FB36D0
Tints of Razzle Dazzle Rose #FB36D0
RGB
CMYK
RGB Variations
Color information
#FB36D0 (or 0xFB36D0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 36 and D0. RGB value is (251,54,208). Sum of RGB (Red+Green+Blue) = 251+54+208=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 54 (21.48% from 255 or 10.53% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB36D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB36D0 is #04C92F. Grayscale: #828282. Windows color (decimal): -313648 or 13645563. OLE color: 13645563.
HSL color Cylindrical-coordinate representation of color #FB36D0: hue angle of 313.1º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB36D0 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 54 | 208 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.02 |
| HSL | 313.1º | 0.96% | 0.6% | - |
| HSV(B) | 313.1º | 0.78% | 0.98% | - |
| XYZ | 52.49 | 27.7 | 62.26 | - |
| YUV | 130.46 | 171.77 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 54 | 208 | 0 | 0.78 | 0.17 | 0.02 | 313.1 | 0.96 | 0.6 |
| Hex | FB | 36 | D0 | 0 | 4E | 11 | 2 | 139 | 60 | 3C |
| Octal | 373 | 66 | 320 | 0 | 116 | 21 | 2 | 471 | 140 | 74 |
| Binary | 11111011 | 110110 | 11010000 | 0 | 1001110 | 10001 | 10 | 100111001 | 1100000 | 111100 |
Color Harmonies of #FB36D0
Complementary color
Monochromatic Colors of #FB36D0
Black with #FB36D0
Text Example
Text Example
White with #FB36D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB36D0; }
p { color: rgb(251,54,208); }
H1.HeaderClassName
{
color: #FB36D0;
}
.AnyTagClassName
{
color: #FB36D0;
}
</style>
background-color css
<style>
a { background-color: #FB36D0; }
a { background-color: rgb(251,54,208); }
div.DivClassName
{
background-color: #FB36D0;
}
.BgClassName
{
background-color: #FB36D0;
}
</style>
border-color css
<style>
span { border-color: #FB36D0; }
span { border-color: rgb(251,54,208); }
td.TdClassName
{
border-color: #FB36D0;
}
.TagClassName
{
border-color: #FB36D0;
}
</style>