Shades of Razzle Dazzle Rose #FF29C9
Tints of Razzle Dazzle Rose #FF29C9
RGB
CMYK
RGB Variations
Color information
#FF29C9 (or 0xFF29C9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 29 and C9. RGB value is (255,41,201). Sum of RGB (Red+Green+Blue) = 255+41+201=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 41 (16.41% from 255 or 8.25% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF29C9 is #00D636. Grayscale: #7A7A7A. Windows color (decimal): -54839 or 13183487. OLE color: 13183487.
HSL color Cylindrical-coordinate representation of color #FF29C9: hue angle of 315.14º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF29C9 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 201 | - |
| CMYK | 0 | 0.84 | 0.21 | 0 |
| HSL | 315.14º | 1% | 0.58% | - |
| HSV(B) | 315.14º | 0.84% | 1% | - |
| XYZ | 52.58 | 27.06 | 57.71 | - |
| YUV | 123.23 | 171.9 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 201 | 0 | 0.84 | 0.21 | 0 | 315.14 | 1 | 0.58 |
| Hex | FF | 29 | C9 | 0 | 54 | 15 | 0 | 13B | 64 | 3A |
| Octal | 377 | 51 | 311 | 0 | 124 | 25 | 0 | 473 | 144 | 72 |
| Binary | 11111111 | 101001 | 11001001 | 0 | 1010100 | 10101 | 0 | 100111011 | 1100100 | 111010 |
Color Harmonies of #FF29C9
Complementary color
Monochromatic Colors of #FF29C9
Black with #FF29C9
Text Example
Text Example
White with #FF29C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF29C9; }
p { color: rgb(255,41,201); }
H1.HeaderClassName
{
color: #FF29C9;
}
.AnyTagClassName
{
color: #FF29C9;
}
</style>
background-color css
<style>
a { background-color: #FF29C9; }
a { background-color: rgb(255,41,201); }
div.DivClassName
{
background-color: #FF29C9;
}
.BgClassName
{
background-color: #FF29C9;
}
</style>
border-color css
<style>
span { border-color: #FF29C9; }
span { border-color: rgb(255,41,201); }
td.TdClassName
{
border-color: #FF29C9;
}
.TagClassName
{
border-color: #FF29C9;
}
</style>