Shades of Razzle Dazzle Rose #F429C7
Tints of Razzle Dazzle Rose #F429C7
RGB
CMYK
RGB Variations
Color information
#F429C7 (or 0xF429C7) is known color: Razzle Dazzle Rose. HEX triplet: F4, 29 and C7. RGB value is (244,41,199). Sum of RGB (Red+Green+Blue) = 244+41+199=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 41 (16.41% from 255 or 8.47% from 484); Blue value is 199 (78.12% from 255 or 41.12% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F429C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F429C7 is #0BD638. Grayscale: #777777. Windows color (decimal): -775737 or 13052404. OLE color: 13052404.
HSL color Cylindrical-coordinate representation of color #F429C7: hue angle of 313.3º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F429C7 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 199 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.04 |
| HSL | 313.3º | 0.9% | 0.56% | - |
| HSV(B) | 313.3º | 0.83% | 0.96% | - |
| XYZ | 48.41 | 24.94 | 56.3 | - |
| YUV | 119.71 | 172.75 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 199 | 0 | 0.83 | 0.18 | 0.04 | 313.3 | 0.9 | 0.56 |
| Hex | F4 | 29 | C7 | 0 | 53 | 12 | 4 | 139 | 5A | 38 |
| Octal | 364 | 51 | 307 | 0 | 123 | 22 | 4 | 471 | 132 | 70 |
| Binary | 11110100 | 101001 | 11000111 | 0 | 1010011 | 10010 | 100 | 100111001 | 1011010 | 111000 |
Color Harmonies of #F429C7
Complementary color
Monochromatic Colors of #F429C7
Black with #F429C7
Text Example
Text Example
White with #F429C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F429C7; }
p { color: rgb(244,41,199); }
H1.HeaderClassName
{
color: #F429C7;
}
.AnyTagClassName
{
color: #F429C7;
}
</style>
background-color css
<style>
a { background-color: #F429C7; }
a { background-color: rgb(244,41,199); }
div.DivClassName
{
background-color: #F429C7;
}
.BgClassName
{
background-color: #F429C7;
}
</style>
border-color css
<style>
span { border-color: #F429C7; }
span { border-color: rgb(244,41,199); }
td.TdClassName
{
border-color: #F429C7;
}
.TagClassName
{
border-color: #F429C7;
}
</style>