Shades of Razzle Dazzle Rose #F429C9
Tints of Razzle Dazzle Rose #F429C9
RGB
CMYK
RGB Variations
Color information
#F429C9 (or 0xF429C9) is known color: Razzle Dazzle Rose. HEX triplet: F4, 29 and C9. RGB value is (244,41,201). Sum of RGB (Red+Green+Blue) = 244+41+201=486 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.21% from 486); Green value is 41 (16.41% from 255 or 8.44% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 244 - color contains mainly: red. Hex color #F429C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F429C9 is #0BD636. Grayscale: #777777. Windows color (decimal): -775735 or 13183476. OLE color: 13183476.
HSL color Cylindrical-coordinate representation of color #F429C9: hue angle of 312.71º 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 #F429C9 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 201 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.04 |
| HSL | 312.71º | 0.9% | 0.56% | - |
| HSV(B) | 312.71º | 0.83% | 0.96% | - |
| XYZ | 48.64 | 25.04 | 57.53 | - |
| YUV | 119.94 | 173.75 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 201 | 0 | 0.83 | 0.18 | 0.04 | 312.71 | 0.9 | 0.56 |
| Hex | F4 | 29 | C9 | 0 | 53 | 12 | 4 | 139 | 5A | 38 |
| Octal | 364 | 51 | 311 | 0 | 123 | 22 | 4 | 471 | 132 | 70 |
| Binary | 11110100 | 101001 | 11001001 | 0 | 1010011 | 10010 | 100 | 100111001 | 1011010 | 111000 |
Color Harmonies of #F429C9
Complementary color
Monochromatic Colors of #F429C9
Black with #F429C9
Text Example
Text Example
White with #F429C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F429C9; }
p { color: rgb(244,41,201); }
H1.HeaderClassName
{
color: #F429C9;
}
.AnyTagClassName
{
color: #F429C9;
}
</style>
background-color css
<style>
a { background-color: #F429C9; }
a { background-color: rgb(244,41,201); }
div.DivClassName
{
background-color: #F429C9;
}
.BgClassName
{
background-color: #F429C9;
}
</style>
border-color css
<style>
span { border-color: #F429C9; }
span { border-color: rgb(244,41,201); }
td.TdClassName
{
border-color: #F429C9;
}
.TagClassName
{
border-color: #F429C9;
}
</style>