Shades of Razzle Dazzle Rose #FC36BA
Tints of Razzle Dazzle Rose #FC36BA
RGB
CMYK
RGB Variations
Color information
#FC36BA (or 0xFC36BA) is known color: Razzle Dazzle Rose. HEX triplet: FC, 36 and BA. RGB value is (252,54,186). Sum of RGB (Red+Green+Blue) = 252+54+186=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 54 (21.48% from 255 or 10.98% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC36BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC36BA is #03C945. Grayscale: #7F7F7F. Windows color (decimal): -248134 or 12203772. OLE color: 12203772.
HSL color Cylindrical-coordinate representation of color #FC36BA: hue angle of 320º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC36BA is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 54 | 186 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.01 |
| HSL | 320º | 0.97% | 0.6% | - |
| HSV(B) | 320º | 0.79% | 0.99% | - |
| XYZ | 50.33 | 26.88 | 48.99 | - |
| YUV | 128.25 | 160.6 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 54 | 186 | 0 | 0.79 | 0.26 | 0.01 | 320 | 0.97 | 0.6 |
| Hex | FC | 36 | BA | 0 | 4F | 1A | 1 | 140 | 61 | 3C |
| Octal | 374 | 66 | 272 | 0 | 117 | 32 | 1 | 500 | 141 | 74 |
| Binary | 11111100 | 110110 | 10111010 | 0 | 1001111 | 11010 | 1 | 101000000 | 1100001 | 111100 |
Color Harmonies of #FC36BA
Complementary color
Monochromatic Colors of #FC36BA
Black with #FC36BA
Text Example
Text Example
White with #FC36BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC36BA; }
p { color: rgb(252,54,186); }
H1.HeaderClassName
{
color: #FC36BA;
}
.AnyTagClassName
{
color: #FC36BA;
}
</style>
background-color css
<style>
a { background-color: #FC36BA; }
a { background-color: rgb(252,54,186); }
div.DivClassName
{
background-color: #FC36BA;
}
.BgClassName
{
background-color: #FC36BA;
}
</style>
border-color css
<style>
span { border-color: #FC36BA; }
span { border-color: rgb(252,54,186); }
td.TdClassName
{
border-color: #FC36BA;
}
.TagClassName
{
border-color: #FC36BA;
}
</style>