Shades of Razzle Dazzle Rose #FC34D3
Tints of Razzle Dazzle Rose #FC34D3
RGB
CMYK
RGB Variations
Color information
#FC34D3 (or 0xFC34D3) is known color: Razzle Dazzle Rose. HEX triplet: FC, 34 and D3. RGB value is (252,52,211). Sum of RGB (Red+Green+Blue) = 252+52+211=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 52 (20.70% from 255 or 10.10% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC34D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC34D3 is #03CB2C. Grayscale: #818181. Windows color (decimal): -248621 or 13841660. OLE color: 13841660.
HSL color Cylindrical-coordinate representation of color #FC34D3: hue angle of 312.3º 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 #FC34D3 is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 52 | 211 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.01 |
| HSL | 312.3º | 0.97% | 0.6% | - |
| HSV(B) | 312.3º | 0.79% | 0.99% | - |
| XYZ | 53.13 | 27.85 | 64.2 | - |
| YUV | 129.93 | 173.76 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 52 | 211 | 0 | 0.79 | 0.16 | 0.01 | 312.3 | 0.97 | 0.6 |
| Hex | FC | 34 | D3 | 0 | 4F | 10 | 1 | 138 | 61 | 3C |
| Octal | 374 | 64 | 323 | 0 | 117 | 20 | 1 | 470 | 141 | 74 |
| Binary | 11111100 | 110100 | 11010011 | 0 | 1001111 | 10000 | 1 | 100111000 | 1100001 | 111100 |
Color Harmonies of #FC34D3
Complementary color
Monochromatic Colors of #FC34D3
Black with #FC34D3
Text Example
Text Example
White with #FC34D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC34D3; }
p { color: rgb(252,52,211); }
H1.HeaderClassName
{
color: #FC34D3;
}
.AnyTagClassName
{
color: #FC34D3;
}
</style>
background-color css
<style>
a { background-color: #FC34D3; }
a { background-color: rgb(252,52,211); }
div.DivClassName
{
background-color: #FC34D3;
}
.BgClassName
{
background-color: #FC34D3;
}
</style>
border-color css
<style>
span { border-color: #FC34D3; }
span { border-color: rgb(252,52,211); }
td.TdClassName
{
border-color: #FC34D3;
}
.TagClassName
{
border-color: #FC34D3;
}
</style>