Shades of Razzle Dazzle Rose #FB36C5
Tints of Razzle Dazzle Rose #FB36C5
RGB
CMYK
RGB Variations
Color information
#FB36C5 (or 0xFB36C5) is known color: Razzle Dazzle Rose. HEX triplet: FB, 36 and C5. RGB value is (251,54,197). Sum of RGB (Red+Green+Blue) = 251+54+197=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 54 (21.48% from 255 or 10.76% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB36C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB36C5 is #04C93A. Grayscale: #808080. Windows color (decimal): -313659 or 12924667. OLE color: 12924667.
HSL color Cylindrical-coordinate representation of color #FB36C5: hue angle of 316.45º 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 #FB36C5 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 54 | 197 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.02 |
| HSL | 316.45º | 0.96% | 0.6% | - |
| HSV(B) | 316.45º | 0.78% | 0.98% | - |
| XYZ | 51.18 | 27.18 | 55.37 | - |
| YUV | 129.21 | 166.27 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 54 | 197 | 0 | 0.78 | 0.22 | 0.02 | 316.45 | 0.96 | 0.6 |
| Hex | FB | 36 | C5 | 0 | 4E | 16 | 2 | 13C | 60 | 3C |
| Octal | 373 | 66 | 305 | 0 | 116 | 26 | 2 | 474 | 140 | 74 |
| Binary | 11111011 | 110110 | 11000101 | 0 | 1001110 | 10110 | 10 | 100111100 | 1100000 | 111100 |
Color Harmonies of #FB36C5
Complementary color
Monochromatic Colors of #FB36C5
Black with #FB36C5
Text Example
Text Example
White with #FB36C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB36C5; }
p { color: rgb(251,54,197); }
H1.HeaderClassName
{
color: #FB36C5;
}
.AnyTagClassName
{
color: #FB36C5;
}
</style>
background-color css
<style>
a { background-color: #FB36C5; }
a { background-color: rgb(251,54,197); }
div.DivClassName
{
background-color: #FB36C5;
}
.BgClassName
{
background-color: #FB36C5;
}
</style>
border-color css
<style>
span { border-color: #FB36C5; }
span { border-color: rgb(251,54,197); }
td.TdClassName
{
border-color: #FB36C5;
}
.TagClassName
{
border-color: #FB36C5;
}
</style>