Shades of Razzle Dazzle Rose #F029D5
Tints of Razzle Dazzle Rose #F029D5
RGB
CMYK
RGB Variations
Color information
#F029D5 (or 0xF029D5) is known color: Razzle Dazzle Rose. HEX triplet: F0, 29 and D5. RGB value is (240,41,213). Sum of RGB (Red+Green+Blue) = 240+41+213=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 41 (16.41% from 255 or 8.30% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F029D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F029D5 is #0FD62A. Grayscale: #777777. Windows color (decimal): -1037867 or 13969904. OLE color: 13969904.
HSL color Cylindrical-coordinate representation of color #F029D5: hue angle of 308.14º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F029D5 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 41 | 213 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.06 |
| HSL | 308.14º | 0.87% | 0.55% | - |
| HSV(B) | 308.14º | 0.83% | 0.94% | - |
| XYZ | 48.74 | 24.92 | 65.19 | - |
| YUV | 120.11 | 180.43 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 41 | 213 | 0 | 0.83 | 0.11 | 0.06 | 308.14 | 0.87 | 0.55 |
| Hex | F0 | 29 | D5 | 0 | 53 | B | 6 | 134 | 57 | 37 |
| Octal | 360 | 51 | 325 | 0 | 123 | 13 | 6 | 464 | 127 | 67 |
| Binary | 11110000 | 101001 | 11010101 | 0 | 1010011 | 1011 | 110 | 100110100 | 1010111 | 110111 |
Color Harmonies of #F029D5
Complementary color
Monochromatic Colors of #F029D5
Black with #F029D5
Text Example
Text Example
White with #F029D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F029D5; }
p { color: rgb(240,41,213); }
H1.HeaderClassName
{
color: #F029D5;
}
.AnyTagClassName
{
color: #F029D5;
}
</style>
background-color css
<style>
a { background-color: #F029D5; }
a { background-color: rgb(240,41,213); }
div.DivClassName
{
background-color: #F029D5;
}
.BgClassName
{
background-color: #F029D5;
}
</style>
border-color css
<style>
span { border-color: #F029D5; }
span { border-color: rgb(240,41,213); }
td.TdClassName
{
border-color: #F029D5;
}
.TagClassName
{
border-color: #F029D5;
}
</style>