Shades of Razzle Dazzle Rose #FF29DF
Tints of Razzle Dazzle Rose #FF29DF
RGB
CMYK
RGB Variations
Color information
#FF29DF (or 0xFF29DF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 29 and DF. RGB value is (255,41,223). Sum of RGB (Red+Green+Blue) = 255+41+223=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 41 (16.41% from 255 or 7.90% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF29DF is #00D620. Grayscale: #7D7D7D. Windows color (decimal): -54817 or 14625279. OLE color: 14625279.
HSL color Cylindrical-coordinate representation of color #FF29DF: hue angle of 308.97º 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 #FF29DF is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 223 | - |
| CMYK | 0 | 0.84 | 0.13 | 0 |
| HSL | 308.97º | 1% | 0.58% | - |
| HSV(B) | 308.97º | 0.84% | 1% | - |
| XYZ | 55.35 | 28.17 | 72.33 | - |
| YUV | 125.73 | 182.9 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 223 | 0 | 0.84 | 0.13 | 0 | 308.97 | 1 | 0.58 |
| Hex | FF | 29 | DF | 0 | 54 | D | 0 | 135 | 64 | 3A |
| Octal | 377 | 51 | 337 | 0 | 124 | 15 | 0 | 465 | 144 | 72 |
| Binary | 11111111 | 101001 | 11011111 | 0 | 1010100 | 1101 | 0 | 100110101 | 1100100 | 111010 |
Color Harmonies of #FF29DF
Complementary color
Monochromatic Colors of #FF29DF
Black with #FF29DF
Text Example
Text Example
White with #FF29DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF29DF; }
p { color: rgb(255,41,223); }
H1.HeaderClassName
{
color: #FF29DF;
}
.AnyTagClassName
{
color: #FF29DF;
}
</style>
background-color css
<style>
a { background-color: #FF29DF; }
a { background-color: rgb(255,41,223); }
div.DivClassName
{
background-color: #FF29DF;
}
.BgClassName
{
background-color: #FF29DF;
}
</style>
border-color css
<style>
span { border-color: #FF29DF; }
span { border-color: rgb(255,41,223); }
td.TdClassName
{
border-color: #FF29DF;
}
.TagClassName
{
border-color: #FF29DF;
}
</style>