Shades of Razzle Dazzle Rose #FC34BA
Tints of Razzle Dazzle Rose #FC34BA
RGB
CMYK
RGB Variations
Color information
#FC34BA (or 0xFC34BA) is known color: Razzle Dazzle Rose. HEX triplet: FC, 34 and BA. RGB value is (252,52,186). Sum of RGB (Red+Green+Blue) = 252+52+186=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 52 (20.70% from 255 or 10.61% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC34BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC34BA is #03CB45. Grayscale: #7E7E7E. Windows color (decimal): -248646 or 12203260. OLE color: 12203260.
HSL color Cylindrical-coordinate representation of color #FC34BA: hue angle of 319.8º 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 #FC34BA is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 52 | 186 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.01 |
| HSL | 319.8º | 0.97% | 0.6% | - |
| HSV(B) | 319.8º | 0.79% | 0.99% | - |
| XYZ | 50.24 | 26.7 | 48.96 | - |
| YUV | 127.08 | 161.26 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 52 | 186 | 0 | 0.79 | 0.26 | 0.01 | 319.8 | 0.97 | 0.6 |
| Hex | FC | 34 | BA | 0 | 4F | 1A | 1 | 140 | 61 | 3C |
| Octal | 374 | 64 | 272 | 0 | 117 | 32 | 1 | 500 | 141 | 74 |
| Binary | 11111100 | 110100 | 10111010 | 0 | 1001111 | 11010 | 1 | 101000000 | 1100001 | 111100 |
Color Harmonies of #FC34BA
Complementary color
Monochromatic Colors of #FC34BA
Black with #FC34BA
Text Example
Text Example
White with #FC34BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC34BA; }
p { color: rgb(252,52,186); }
H1.HeaderClassName
{
color: #FC34BA;
}
.AnyTagClassName
{
color: #FC34BA;
}
</style>
background-color css
<style>
a { background-color: #FC34BA; }
a { background-color: rgb(252,52,186); }
div.DivClassName
{
background-color: #FC34BA;
}
.BgClassName
{
background-color: #FC34BA;
}
</style>
border-color css
<style>
span { border-color: #FC34BA; }
span { border-color: rgb(252,52,186); }
td.TdClassName
{
border-color: #FC34BA;
}
.TagClassName
{
border-color: #FC34BA;
}
</style>