Shades of Razzle Dazzle Rose #F432CC
Tints of Razzle Dazzle Rose #F432CC
RGB
CMYK
RGB Variations
Color information
#F432CC (or 0xF432CC) is known color: Razzle Dazzle Rose. HEX triplet: F4, 32 and CC. RGB value is (244,50,204). Sum of RGB (Red+Green+Blue) = 244+50+204=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 50 (19.92% from 255 or 10.04% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F432CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F432CC is #0BCD33. Grayscale: #7D7D7D. Windows color (decimal): -773428 or 13382388. OLE color: 13382388.
HSL color Cylindrical-coordinate representation of color #F432CC: hue angle of 312.37º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F432CC is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 50 | 204 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.04 |
| HSL | 312.37º | 0.9% | 0.58% | - |
| HSV(B) | 312.37º | 0.8% | 0.96% | - |
| XYZ | 49.35 | 25.87 | 59.52 | - |
| YUV | 125.56 | 172.27 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 50 | 204 | 0 | 0.80 | 0.16 | 0.04 | 312.37 | 0.9 | 0.58 |
| Hex | F4 | 32 | CC | 0 | 50 | 10 | 4 | 138 | 5A | 3A |
| Octal | 364 | 62 | 314 | 0 | 120 | 20 | 4 | 470 | 132 | 72 |
| Binary | 11110100 | 110010 | 11001100 | 0 | 1010000 | 10000 | 100 | 100111000 | 1011010 | 111010 |
Color Harmonies of #F432CC
Complementary color
Monochromatic Colors of #F432CC
Black with #F432CC
Text Example
Text Example
White with #F432CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F432CC; }
p { color: rgb(244,50,204); }
H1.HeaderClassName
{
color: #F432CC;
}
.AnyTagClassName
{
color: #F432CC;
}
</style>
background-color css
<style>
a { background-color: #F432CC; }
a { background-color: rgb(244,50,204); }
div.DivClassName
{
background-color: #F432CC;
}
.BgClassName
{
background-color: #F432CC;
}
</style>
border-color css
<style>
span { border-color: #F432CC; }
span { border-color: rgb(244,50,204); }
td.TdClassName
{
border-color: #F432CC;
}
.TagClassName
{
border-color: #F432CC;
}
</style>