Shades of Razzle Dazzle Rose #F429CA
Tints of Razzle Dazzle Rose #F429CA
RGB
CMYK
RGB Variations
Color information
#F429CA (or 0xF429CA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 29 and CA. RGB value is (244,41,202). Sum of RGB (Red+Green+Blue) = 244+41+202=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 41 (16.41% from 255 or 8.42% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F429CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F429CA is #0BD635. Grayscale: #777777. Windows color (decimal): -775734 or 13249012. OLE color: 13249012.
HSL color Cylindrical-coordinate representation of color #F429CA: hue angle of 312.41º 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 #F429CA is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 202 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.04 |
| HSL | 312.41º | 0.9% | 0.56% | - |
| HSV(B) | 312.41º | 0.83% | 0.96% | - |
| XYZ | 48.76 | 25.08 | 58.15 | - |
| YUV | 120.05 | 174.25 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 202 | 0 | 0.83 | 0.17 | 0.04 | 312.41 | 0.9 | 0.56 |
| Hex | F4 | 29 | CA | 0 | 53 | 11 | 4 | 138 | 5A | 38 |
| Octal | 364 | 51 | 312 | 0 | 123 | 21 | 4 | 470 | 132 | 70 |
| Binary | 11110100 | 101001 | 11001010 | 0 | 1010011 | 10001 | 100 | 100111000 | 1011010 | 111000 |
Color Harmonies of #F429CA
Complementary color
Monochromatic Colors of #F429CA
Black with #F429CA
Text Example
Text Example
White with #F429CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F429CA; }
p { color: rgb(244,41,202); }
H1.HeaderClassName
{
color: #F429CA;
}
.AnyTagClassName
{
color: #F429CA;
}
</style>
background-color css
<style>
a { background-color: #F429CA; }
a { background-color: rgb(244,41,202); }
div.DivClassName
{
background-color: #F429CA;
}
.BgClassName
{
background-color: #F429CA;
}
</style>
border-color css
<style>
span { border-color: #F429CA; }
span { border-color: rgb(244,41,202); }
td.TdClassName
{
border-color: #F429CA;
}
.TagClassName
{
border-color: #F429CA;
}
</style>