Shades of Razzle Dazzle Rose #FC34DF
Tints of Razzle Dazzle Rose #FC34DF
RGB
CMYK
RGB Variations
Color information
#FC34DF (or 0xFC34DF) is known color: Razzle Dazzle Rose. HEX triplet: FC, 34 and DF. RGB value is (252,52,223). Sum of RGB (Red+Green+Blue) = 252+52+223=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 52 (20.70% from 255 or 9.87% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC34DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC34DF is #03CB20. Grayscale: #828282. Windows color (decimal): -248609 or 14628092. OLE color: 14628092.
HSL color Cylindrical-coordinate representation of color #FC34DF: hue angle of 308.7º 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 #FC34DF is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 52 | 223 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.01 |
| HSL | 308.7º | 0.97% | 0.6% | - |
| HSV(B) | 308.7º | 0.79% | 0.99% | - |
| XYZ | 54.69 | 28.48 | 72.43 | - |
| YUV | 131.29 | 179.76 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 52 | 223 | 0 | 0.79 | 0.12 | 0.01 | 308.7 | 0.97 | 0.6 |
| Hex | FC | 34 | DF | 0 | 4F | C | 1 | 135 | 61 | 3C |
| Octal | 374 | 64 | 337 | 0 | 117 | 14 | 1 | 465 | 141 | 74 |
| Binary | 11111100 | 110100 | 11011111 | 0 | 1001111 | 1100 | 1 | 100110101 | 1100001 | 111100 |
Color Harmonies of #FC34DF
Complementary color
Monochromatic Colors of #FC34DF
Black with #FC34DF
Text Example
Text Example
White with #FC34DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC34DF; }
p { color: rgb(252,52,223); }
H1.HeaderClassName
{
color: #FC34DF;
}
.AnyTagClassName
{
color: #FC34DF;
}
</style>
background-color css
<style>
a { background-color: #FC34DF; }
a { background-color: rgb(252,52,223); }
div.DivClassName
{
background-color: #FC34DF;
}
.BgClassName
{
background-color: #FC34DF;
}
</style>
border-color css
<style>
span { border-color: #FC34DF; }
span { border-color: rgb(252,52,223); }
td.TdClassName
{
border-color: #FC34DF;
}
.TagClassName
{
border-color: #FC34DF;
}
</style>