Shades of Razzle Dazzle Rose #FD26D2
Tints of Razzle Dazzle Rose #FD26D2
RGB
CMYK
RGB Variations
Color information
#FD26D2 (or 0xFD26D2) is known color: Razzle Dazzle Rose. HEX triplet: FD, 26 and D2. RGB value is (253,38,210). Sum of RGB (Red+Green+Blue) = 253+38+210=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 38 (15.23% from 255 or 7.58% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD26D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD26D2 is #02D92D. Grayscale: #797979. Windows color (decimal): -186670 or 13772541. OLE color: 13772541.
HSL color Cylindrical-coordinate representation of color #FD26D2: hue angle of 312º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD26D2 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 38 | 210 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.01 |
| HSL | 312º | 0.98% | 0.57% | - |
| HSV(B) | 312º | 0.85% | 0.99% | - |
| XYZ | 52.83 | 26.92 | 63.38 | - |
| YUV | 121.89 | 177.73 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 38 | 210 | 0 | 0.85 | 0.17 | 0.01 | 312 | 0.98 | 0.57 |
| Hex | FD | 26 | D2 | 0 | 55 | 11 | 1 | 138 | 62 | 39 |
| Octal | 375 | 46 | 322 | 0 | 125 | 21 | 1 | 470 | 142 | 71 |
| Binary | 11111101 | 100110 | 11010010 | 0 | 1010101 | 10001 | 1 | 100111000 | 1100010 | 111001 |
Color Harmonies of #FD26D2
Complementary color
Monochromatic Colors of #FD26D2
Black with #FD26D2
Text Example
Text Example
White with #FD26D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD26D2; }
p { color: rgb(253,38,210); }
H1.HeaderClassName
{
color: #FD26D2;
}
.AnyTagClassName
{
color: #FD26D2;
}
</style>
background-color css
<style>
a { background-color: #FD26D2; }
a { background-color: rgb(253,38,210); }
div.DivClassName
{
background-color: #FD26D2;
}
.BgClassName
{
background-color: #FD26D2;
}
</style>
border-color css
<style>
span { border-color: #FD26D2; }
span { border-color: rgb(253,38,210); }
td.TdClassName
{
border-color: #FD26D2;
}
.TagClassName
{
border-color: #FD26D2;
}
</style>