Shades of Razzle Dazzle Rose #FD43CE
Tints of Razzle Dazzle Rose #FD43CE
RGB
CMYK
RGB Variations
Color information
#FD43CE (or 0xFD43CE) is known color: Razzle Dazzle Rose. HEX triplet: FD, 43 and CE. RGB value is (253,67,206). Sum of RGB (Red+Green+Blue) = 253+67+206=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 67 (26.56% from 255 or 12.74% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FD43CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD43CE is #02BC31. Grayscale: #8A8A8A. Windows color (decimal): -179250 or 13517821. OLE color: 13517821.
HSL color Cylindrical-coordinate representation of color #FD43CE: hue angle of 315.16º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD43CE is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 67 | 206 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.01 |
| HSL | 315.16º | 0.98% | 0.63% | - |
| HSV(B) | 315.16º | 0.74% | 0.99% | - |
| XYZ | 53.66 | 29.35 | 61.23 | - |
| YUV | 138.46 | 166.12 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 67 | 206 | 0 | 0.74 | 0.19 | 0.01 | 315.16 | 0.98 | 0.63 |
| Hex | FD | 43 | CE | 0 | 4A | 13 | 1 | 13B | 62 | 3F |
| Octal | 375 | 103 | 316 | 0 | 112 | 23 | 1 | 473 | 142 | 77 |
| Binary | 11111101 | 1000011 | 11001110 | 0 | 1001010 | 10011 | 1 | 100111011 | 1100010 | 111111 |
Color Harmonies of #FD43CE
Complementary color
Monochromatic Colors of #FD43CE
Black with #FD43CE
Text Example
Text Example
White with #FD43CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD43CE; }
p { color: rgb(253,67,206); }
H1.HeaderClassName
{
color: #FD43CE;
}
.AnyTagClassName
{
color: #FD43CE;
}
</style>
background-color css
<style>
a { background-color: #FD43CE; }
a { background-color: rgb(253,67,206); }
div.DivClassName
{
background-color: #FD43CE;
}
.BgClassName
{
background-color: #FD43CE;
}
</style>
border-color css
<style>
span { border-color: #FD43CE; }
span { border-color: rgb(253,67,206); }
td.TdClassName
{
border-color: #FD43CE;
}
.TagClassName
{
border-color: #FD43CE;
}
</style>