Shades of Razzle Dazzle Rose #FF29F2
Tints of Razzle Dazzle Rose #FF29F2
RGB
CMYK
RGB Variations
Color information
#FF29F2 (or 0xFF29F2) is known color: Razzle Dazzle Rose. HEX triplet: FF, 29 and F2. RGB value is (255,41,242). Sum of RGB (Red+Green+Blue) = 255+41+242=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 41 (16.41% from 255 or 7.62% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF29F2 is #00D60D. Grayscale: #7F7F7F. Windows color (decimal): -54798 or 15870463. OLE color: 15870463.
HSL color Cylindrical-coordinate representation of color #FF29F2: hue angle of 303.64º 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 #FF29F2 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 242 | - |
| CMYK | 0 | 0.84 | 0.05 | 0 |
| HSL | 303.64º | 1% | 0.58% | - |
| HSV(B) | 303.64º | 0.84% | 1% | - |
| XYZ | 58.06 | 29.26 | 86.59 | - |
| YUV | 127.9 | 192.4 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 242 | 0 | 0.84 | 0.05 | 0 | 303.64 | 1 | 0.58 |
| Hex | FF | 29 | F2 | 0 | 54 | 5 | 0 | 130 | 64 | 3A |
| Octal | 377 | 51 | 362 | 0 | 124 | 5 | 0 | 460 | 144 | 72 |
| Binary | 11111111 | 101001 | 11110010 | 0 | 1010100 | 101 | 0 | 100110000 | 1100100 | 111010 |
Color Harmonies of #FF29F2
Complementary color
Monochromatic Colors of #FF29F2
Black with #FF29F2
Text Example
Text Example
White with #FF29F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF29F2; }
p { color: rgb(255,41,242); }
H1.HeaderClassName
{
color: #FF29F2;
}
.AnyTagClassName
{
color: #FF29F2;
}
</style>
background-color css
<style>
a { background-color: #FF29F2; }
a { background-color: rgb(255,41,242); }
div.DivClassName
{
background-color: #FF29F2;
}
.BgClassName
{
background-color: #FF29F2;
}
</style>
border-color css
<style>
span { border-color: #FF29F2; }
span { border-color: rgb(255,41,242); }
td.TdClassName
{
border-color: #FF29F2;
}
.TagClassName
{
border-color: #FF29F2;
}
</style>