Shades of Razzle Dazzle Rose #FB36C0
Tints of Razzle Dazzle Rose #FB36C0
RGB
CMYK
RGB Variations
Color information
#FB36C0 (or 0xFB36C0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 36 and C0. RGB value is (251,54,192). Sum of RGB (Red+Green+Blue) = 251+54+192=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 54 (21.48% from 255 or 10.87% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB36C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB36C0 is #04C93F. Grayscale: #808080. Windows color (decimal): -313664 or 12596987. OLE color: 12596987.
HSL color Cylindrical-coordinate representation of color #FB36C0: hue angle of 317.97º 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 #FB36C0 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 54 | 192 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.02 |
| HSL | 317.97º | 0.96% | 0.6% | - |
| HSV(B) | 317.97º | 0.78% | 0.98% | - |
| XYZ | 50.62 | 26.95 | 52.4 | - |
| YUV | 128.64 | 163.77 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 54 | 192 | 0 | 0.78 | 0.24 | 0.02 | 317.97 | 0.96 | 0.6 |
| Hex | FB | 36 | C0 | 0 | 4E | 18 | 2 | 13E | 60 | 3C |
| Octal | 373 | 66 | 300 | 0 | 116 | 30 | 2 | 476 | 140 | 74 |
| Binary | 11111011 | 110110 | 11000000 | 0 | 1001110 | 11000 | 10 | 100111110 | 1100000 | 111100 |
Color Harmonies of #FB36C0
Complementary color
Monochromatic Colors of #FB36C0
Black with #FB36C0
Text Example
Text Example
White with #FB36C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB36C0; }
p { color: rgb(251,54,192); }
H1.HeaderClassName
{
color: #FB36C0;
}
.AnyTagClassName
{
color: #FB36C0;
}
</style>
background-color css
<style>
a { background-color: #FB36C0; }
a { background-color: rgb(251,54,192); }
div.DivClassName
{
background-color: #FB36C0;
}
.BgClassName
{
background-color: #FB36C0;
}
</style>
border-color css
<style>
span { border-color: #FB36C0; }
span { border-color: rgb(251,54,192); }
td.TdClassName
{
border-color: #FB36C0;
}
.TagClassName
{
border-color: #FB36C0;
}
</style>