Shades of Razzle Dazzle Rose #F432BD
Tints of Razzle Dazzle Rose #F432BD
RGB
CMYK
RGB Variations
Color information
#F432BD (or 0xF432BD) is known color: Razzle Dazzle Rose. HEX triplet: F4, 32 and BD. RGB value is (244,50,189). Sum of RGB (Red+Green+Blue) = 244+50+189=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 50 (19.92% from 255 or 10.35% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F432BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F432BD is #0BCD42. Grayscale: #7B7B7B. Windows color (decimal): -773443 or 12399348. OLE color: 12399348.
HSL color Cylindrical-coordinate representation of color #F432BD: hue angle of 317.01º 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 #F432BD is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 50 | 189 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.04 |
| HSL | 317.01º | 0.9% | 0.58% | - |
| HSV(B) | 317.01º | 0.8% | 0.96% | - |
| XYZ | 47.63 | 25.19 | 50.5 | - |
| YUV | 123.85 | 164.77 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 50 | 189 | 0 | 0.80 | 0.23 | 0.04 | 317.01 | 0.9 | 0.58 |
| Hex | F4 | 32 | BD | 0 | 50 | 17 | 4 | 13D | 5A | 3A |
| Octal | 364 | 62 | 275 | 0 | 120 | 27 | 4 | 475 | 132 | 72 |
| Binary | 11110100 | 110010 | 10111101 | 0 | 1010000 | 10111 | 100 | 100111101 | 1011010 | 111010 |
Color Harmonies of #F432BD
Complementary color
Monochromatic Colors of #F432BD
Black with #F432BD
Text Example
Text Example
White with #F432BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F432BD; }
p { color: rgb(244,50,189); }
H1.HeaderClassName
{
color: #F432BD;
}
.AnyTagClassName
{
color: #F432BD;
}
</style>
background-color css
<style>
a { background-color: #F432BD; }
a { background-color: rgb(244,50,189); }
div.DivClassName
{
background-color: #F432BD;
}
.BgClassName
{
background-color: #F432BD;
}
</style>
border-color css
<style>
span { border-color: #F432BD; }
span { border-color: rgb(244,50,189); }
td.TdClassName
{
border-color: #F432BD;
}
.TagClassName
{
border-color: #F432BD;
}
</style>