Shades of Razzle Dazzle Rose #FF29C1
Tints of Razzle Dazzle Rose #FF29C1
RGB
CMYK
RGB Variations
Color information
#FF29C1 (or 0xFF29C1) is known color: Razzle Dazzle Rose. HEX triplet: FF, 29 and C1. RGB value is (255,41,193). Sum of RGB (Red+Green+Blue) = 255+41+193=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 41 (16.41% from 255 or 8.38% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF29C1 is #00D63E. Grayscale: #797979. Windows color (decimal): -54847 or 12659199. OLE color: 12659199.
HSL color Cylindrical-coordinate representation of color #FF29C1: hue angle of 317.38º 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 #FF29C1 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 193 | - |
| CMYK | 0 | 0.84 | 0.24 | 0 |
| HSL | 317.38º | 1% | 0.58% | - |
| HSV(B) | 317.38º | 0.84% | 1% | - |
| XYZ | 51.66 | 26.7 | 52.88 | - |
| YUV | 122.31 | 167.9 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 193 | 0 | 0.84 | 0.24 | 0 | 317.38 | 1 | 0.58 |
| Hex | FF | 29 | C1 | 0 | 54 | 18 | 0 | 13D | 64 | 3A |
| Octal | 377 | 51 | 301 | 0 | 124 | 30 | 0 | 475 | 144 | 72 |
| Binary | 11111111 | 101001 | 11000001 | 0 | 1010100 | 11000 | 0 | 100111101 | 1100100 | 111010 |
Color Harmonies of #FF29C1
Complementary color
Monochromatic Colors of #FF29C1
Black with #FF29C1
Text Example
Text Example
White with #FF29C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF29C1; }
p { color: rgb(255,41,193); }
H1.HeaderClassName
{
color: #FF29C1;
}
.AnyTagClassName
{
color: #FF29C1;
}
</style>
background-color css
<style>
a { background-color: #FF29C1; }
a { background-color: rgb(255,41,193); }
div.DivClassName
{
background-color: #FF29C1;
}
.BgClassName
{
background-color: #FF29C1;
}
</style>
border-color css
<style>
span { border-color: #FF29C1; }
span { border-color: rgb(255,41,193); }
td.TdClassName
{
border-color: #FF29C1;
}
.TagClassName
{
border-color: #FF29C1;
}
</style>