Shades of Razzle Dazzle Rose #FC34C0
Tints of Razzle Dazzle Rose #FC34C0
RGB
CMYK
RGB Variations
Color information
#FC34C0 (or 0xFC34C0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 34 and C0. RGB value is (252,52,192). Sum of RGB (Red+Green+Blue) = 252+52+192=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 52 (20.70% from 255 or 10.48% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC34C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC34C0 is #03CB3F. Grayscale: #7F7F7F. Windows color (decimal): -248640 or 12596476. OLE color: 12596476.
HSL color Cylindrical-coordinate representation of color #FC34C0: hue angle of 318º 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 #FC34C0 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 52 | 192 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.01 |
| HSL | 318º | 0.97% | 0.6% | - |
| HSV(B) | 318º | 0.79% | 0.99% | - |
| XYZ | 50.89 | 26.96 | 52.39 | - |
| YUV | 127.76 | 164.26 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 52 | 192 | 0 | 0.79 | 0.24 | 0.01 | 318 | 0.97 | 0.6 |
| Hex | FC | 34 | C0 | 0 | 4F | 18 | 1 | 13E | 61 | 3C |
| Octal | 374 | 64 | 300 | 0 | 117 | 30 | 1 | 476 | 141 | 74 |
| Binary | 11111100 | 110100 | 11000000 | 0 | 1001111 | 11000 | 1 | 100111110 | 1100001 | 111100 |
Color Harmonies of #FC34C0
Complementary color
Monochromatic Colors of #FC34C0
Black with #FC34C0
Text Example
Text Example
White with #FC34C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC34C0; }
p { color: rgb(252,52,192); }
H1.HeaderClassName
{
color: #FC34C0;
}
.AnyTagClassName
{
color: #FC34C0;
}
</style>
background-color css
<style>
a { background-color: #FC34C0; }
a { background-color: rgb(252,52,192); }
div.DivClassName
{
background-color: #FC34C0;
}
.BgClassName
{
background-color: #FC34C0;
}
</style>
border-color css
<style>
span { border-color: #FC34C0; }
span { border-color: rgb(252,52,192); }
td.TdClassName
{
border-color: #FC34C0;
}
.TagClassName
{
border-color: #FC34C0;
}
</style>