Shades of Razzle Dazzle Rose #F432C4
Tints of Razzle Dazzle Rose #F432C4
RGB
CMYK
RGB Variations
Color information
#F432C4 (or 0xF432C4) is known color: Razzle Dazzle Rose. HEX triplet: F4, 32 and C4. RGB value is (244,50,196). Sum of RGB (Red+Green+Blue) = 244+50+196=490 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.80% from 490); Green value is 50 (19.92% from 255 or 10.20% from 490); Blue value is 196 (76.95% from 255 or 40% from 490); Max value from RGB is 244 - color contains mainly: red. Hex color #F432C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F432C4 is #0BCD3B. Grayscale: #7C7C7C. Windows color (decimal): -773436 or 12858100. OLE color: 12858100.
HSL color Cylindrical-coordinate representation of color #F432C4: hue angle of 314.85º 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 #F432C4 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 50 | 196 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.04 |
| HSL | 314.85º | 0.9% | 0.58% | - |
| HSV(B) | 314.85º | 0.8% | 0.96% | - |
| XYZ | 48.41 | 25.5 | 54.59 | - |
| YUV | 124.65 | 168.27 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 50 | 196 | 0 | 0.80 | 0.20 | 0.04 | 314.85 | 0.9 | 0.58 |
| Hex | F4 | 32 | C4 | 0 | 50 | 14 | 4 | 13B | 5A | 3A |
| Octal | 364 | 62 | 304 | 0 | 120 | 24 | 4 | 473 | 132 | 72 |
| Binary | 11110100 | 110010 | 11000100 | 0 | 1010000 | 10100 | 100 | 100111011 | 1011010 | 111010 |
Color Harmonies of #F432C4
Complementary color
Monochromatic Colors of #F432C4
Black with #F432C4
Text Example
Text Example
White with #F432C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F432C4; }
p { color: rgb(244,50,196); }
H1.HeaderClassName
{
color: #F432C4;
}
.AnyTagClassName
{
color: #F432C4;
}
</style>
background-color css
<style>
a { background-color: #F432C4; }
a { background-color: rgb(244,50,196); }
div.DivClassName
{
background-color: #F432C4;
}
.BgClassName
{
background-color: #F432C4;
}
</style>
border-color css
<style>
span { border-color: #F432C4; }
span { border-color: rgb(244,50,196); }
td.TdClassName
{
border-color: #F432C4;
}
.TagClassName
{
border-color: #F432C4;
}
</style>