Shades of Razzle Dazzle Rose #FD34C0
Tints of Razzle Dazzle Rose #FD34C0
RGB
CMYK
RGB Variations
Color information
#FD34C0 (or 0xFD34C0) is known color: Razzle Dazzle Rose. HEX triplet: FD, 34 and C0. RGB value is (253,52,192). Sum of RGB (Red+Green+Blue) = 253+52+192=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 52 (20.70% from 255 or 10.46% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD34C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD34C0 is #02CB3F. Grayscale: #7F7F7F. Windows color (decimal): -183104 or 12596477. OLE color: 12596477.
HSL color Cylindrical-coordinate representation of color #FD34C0: hue angle of 318.21º degrees, saturation: 0.98, 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 #FD34C0 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 52 | 192 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.01 |
| HSL | 318.21º | 0.98% | 0.6% | - |
| HSV(B) | 318.21º | 0.79% | 0.99% | - |
| XYZ | 51.25 | 27.14 | 52.41 | - |
| YUV | 128.06 | 164.09 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 52 | 192 | 0 | 0.79 | 0.24 | 0.01 | 318.21 | 0.98 | 0.6 |
| Hex | FD | 34 | C0 | 0 | 4F | 18 | 1 | 13E | 62 | 3C |
| Octal | 375 | 64 | 300 | 0 | 117 | 30 | 1 | 476 | 142 | 74 |
| Binary | 11111101 | 110100 | 11000000 | 0 | 1001111 | 11000 | 1 | 100111110 | 1100010 | 111100 |
Color Harmonies of #FD34C0
Complementary color
Monochromatic Colors of #FD34C0
Black with #FD34C0
Text Example
Text Example
White with #FD34C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD34C0; }
p { color: rgb(253,52,192); }
H1.HeaderClassName
{
color: #FD34C0;
}
.AnyTagClassName
{
color: #FD34C0;
}
</style>
background-color css
<style>
a { background-color: #FD34C0; }
a { background-color: rgb(253,52,192); }
div.DivClassName
{
background-color: #FD34C0;
}
.BgClassName
{
background-color: #FD34C0;
}
</style>
border-color css
<style>
span { border-color: #FD34C0; }
span { border-color: rgb(253,52,192); }
td.TdClassName
{
border-color: #FD34C0;
}
.TagClassName
{
border-color: #FD34C0;
}
</style>