Shades of Razzle Dazzle Rose #F432BB
Tints of Razzle Dazzle Rose #F432BB
RGB
CMYK
RGB Variations
Color information
#F432BB (or 0xF432BB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 32 and BB. RGB value is (244,50,187). Sum of RGB (Red+Green+Blue) = 244+50+187=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 50 (19.92% from 255 or 10.40% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F432BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F432BB is #0BCD44. Grayscale: #7B7B7B. Windows color (decimal): -773445 or 12268276. OLE color: 12268276.
HSL color Cylindrical-coordinate representation of color #F432BB: hue angle of 317.63º 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 #F432BB is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 50 | 187 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.04 |
| HSL | 317.63º | 0.9% | 0.58% | - |
| HSV(B) | 317.63º | 0.8% | 0.96% | - |
| XYZ | 47.42 | 25.1 | 49.36 | - |
| YUV | 123.62 | 163.77 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 50 | 187 | 0 | 0.80 | 0.23 | 0.04 | 317.63 | 0.9 | 0.58 |
| Hex | F4 | 32 | BB | 0 | 50 | 17 | 4 | 13E | 5A | 3A |
| Octal | 364 | 62 | 273 | 0 | 120 | 27 | 4 | 476 | 132 | 72 |
| Binary | 11110100 | 110010 | 10111011 | 0 | 1010000 | 10111 | 100 | 100111110 | 1011010 | 111010 |
Color Harmonies of #F432BB
Complementary color
Monochromatic Colors of #F432BB
Black with #F432BB
Text Example
Text Example
White with #F432BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F432BB; }
p { color: rgb(244,50,187); }
H1.HeaderClassName
{
color: #F432BB;
}
.AnyTagClassName
{
color: #F432BB;
}
</style>
background-color css
<style>
a { background-color: #F432BB; }
a { background-color: rgb(244,50,187); }
div.DivClassName
{
background-color: #F432BB;
}
.BgClassName
{
background-color: #F432BB;
}
</style>
border-color css
<style>
span { border-color: #F432BB; }
span { border-color: rgb(244,50,187); }
td.TdClassName
{
border-color: #F432BB;
}
.TagClassName
{
border-color: #F432BB;
}
</style>