Shades of Razzle Dazzle Rose #F432CA
Tints of Razzle Dazzle Rose #F432CA
RGB
CMYK
RGB Variations
Color information
#F432CA (or 0xF432CA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 32 and CA. RGB value is (244,50,202). Sum of RGB (Red+Green+Blue) = 244+50+202=496 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.19% from 496); Green value is 50 (19.92% from 255 or 10.08% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 244 - color contains mainly: red. Hex color #F432CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F432CA is #0BCD35. Grayscale: #7C7C7C. Windows color (decimal): -773430 or 13251316. OLE color: 13251316.
HSL color Cylindrical-coordinate representation of color #F432CA: hue angle of 312.99º 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 #F432CA is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 50 | 202 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.04 |
| HSL | 312.99º | 0.9% | 0.58% | - |
| HSV(B) | 312.99º | 0.8% | 0.96% | - |
| XYZ | 49.11 | 25.78 | 58.26 | - |
| YUV | 125.33 | 171.27 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 50 | 202 | 0 | 0.80 | 0.17 | 0.04 | 312.99 | 0.9 | 0.58 |
| Hex | F4 | 32 | CA | 0 | 50 | 11 | 4 | 139 | 5A | 3A |
| Octal | 364 | 62 | 312 | 0 | 120 | 21 | 4 | 471 | 132 | 72 |
| Binary | 11110100 | 110010 | 11001010 | 0 | 1010000 | 10001 | 100 | 100111001 | 1011010 | 111010 |
Color Harmonies of #F432CA
Complementary color
Monochromatic Colors of #F432CA
Black with #F432CA
Text Example
Text Example
White with #F432CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F432CA; }
p { color: rgb(244,50,202); }
H1.HeaderClassName
{
color: #F432CA;
}
.AnyTagClassName
{
color: #F432CA;
}
</style>
background-color css
<style>
a { background-color: #F432CA; }
a { background-color: rgb(244,50,202); }
div.DivClassName
{
background-color: #F432CA;
}
.BgClassName
{
background-color: #F432CA;
}
</style>
border-color css
<style>
span { border-color: #F432CA; }
span { border-color: rgb(244,50,202); }
td.TdClassName
{
border-color: #F432CA;
}
.TagClassName
{
border-color: #F432CA;
}
</style>