Shades of Razzle Dazzle Rose #FD32CB
Tints of Razzle Dazzle Rose #FD32CB
RGB
CMYK
RGB Variations
Color information
#FD32CB (or 0xFD32CB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 32 and CB. RGB value is (253,50,203). Sum of RGB (Red+Green+Blue) = 253+50+203=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 50 (19.92% from 255 or 9.88% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD32CB is #02CD34. Grayscale: #7F7F7F. Windows color (decimal): -183605 or 13316861. OLE color: 13316861.
HSL color Cylindrical-coordinate representation of color #FD32CB: hue angle of 314.78º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD32CB is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 203 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.01 |
| HSL | 314.78º | 0.98% | 0.59% | - |
| HSV(B) | 314.78º | 0.8% | 0.99% | - |
| XYZ | 52.43 | 27.48 | 59.04 | - |
| YUV | 128.14 | 170.25 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 203 | 0 | 0.80 | 0.20 | 0.01 | 314.78 | 0.98 | 0.59 |
| Hex | FD | 32 | CB | 0 | 50 | 14 | 1 | 13B | 62 | 3B |
| Octal | 375 | 62 | 313 | 0 | 120 | 24 | 1 | 473 | 142 | 73 |
| Binary | 11111101 | 110010 | 11001011 | 0 | 1010000 | 10100 | 1 | 100111011 | 1100010 | 111011 |
Color Harmonies of #FD32CB
Complementary color
Monochromatic Colors of #FD32CB
Black with #FD32CB
Text Example
Text Example
White with #FD32CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD32CB; }
p { color: rgb(253,50,203); }
H1.HeaderClassName
{
color: #FD32CB;
}
.AnyTagClassName
{
color: #FD32CB;
}
</style>
background-color css
<style>
a { background-color: #FD32CB; }
a { background-color: rgb(253,50,203); }
div.DivClassName
{
background-color: #FD32CB;
}
.BgClassName
{
background-color: #FD32CB;
}
</style>
border-color css
<style>
span { border-color: #FD32CB; }
span { border-color: rgb(253,50,203); }
td.TdClassName
{
border-color: #FD32CB;
}
.TagClassName
{
border-color: #FD32CB;
}
</style>