Shades of Razzle Dazzle Rose #F429CB
Tints of Razzle Dazzle Rose #F429CB
RGB
CMYK
RGB Variations
Color information
#F429CB (or 0xF429CB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 29 and CB. RGB value is (244,41,203). Sum of RGB (Red+Green+Blue) = 244+41+203=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 41 (16.41% from 255 or 8.40% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F429CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F429CB is #0BD634. Grayscale: #777777. Windows color (decimal): -775733 or 13314548. OLE color: 13314548.
HSL color Cylindrical-coordinate representation of color #F429CB: hue angle of 312.12º 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 #F429CB is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 203 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.04 |
| HSL | 312.12º | 0.9% | 0.56% | - |
| HSV(B) | 312.12º | 0.83% | 0.96% | - |
| XYZ | 48.88 | 25.13 | 58.77 | - |
| YUV | 120.17 | 174.75 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 203 | 0 | 0.83 | 0.17 | 0.04 | 312.12 | 0.9 | 0.56 |
| Hex | F4 | 29 | CB | 0 | 53 | 11 | 4 | 138 | 5A | 38 |
| Octal | 364 | 51 | 313 | 0 | 123 | 21 | 4 | 470 | 132 | 70 |
| Binary | 11110100 | 101001 | 11001011 | 0 | 1010011 | 10001 | 100 | 100111000 | 1011010 | 111000 |
Color Harmonies of #F429CB
Complementary color
Monochromatic Colors of #F429CB
Black with #F429CB
Text Example
Text Example
White with #F429CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F429CB; }
p { color: rgb(244,41,203); }
H1.HeaderClassName
{
color: #F429CB;
}
.AnyTagClassName
{
color: #F429CB;
}
</style>
background-color css
<style>
a { background-color: #F429CB; }
a { background-color: rgb(244,41,203); }
div.DivClassName
{
background-color: #F429CB;
}
.BgClassName
{
background-color: #F429CB;
}
</style>
border-color css
<style>
span { border-color: #F429CB; }
span { border-color: rgb(244,41,203); }
td.TdClassName
{
border-color: #F429CB;
}
.TagClassName
{
border-color: #F429CB;
}
</style>