Shades of Razzle Dazzle Rose #F441BB
Tints of Razzle Dazzle Rose #F441BB
RGB
CMYK
RGB Variations
Color information
#F441BB (or 0xF441BB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 41 and BB. RGB value is (244,65,187). Sum of RGB (Red+Green+Blue) = 244+65+187=496 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.19% from 496); Green value is 65 (25.78% from 255 or 13.10% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 244 - color contains mainly: red. Hex color #F441BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F441BB is #0BBE44. Grayscale: #848484. Windows color (decimal): -769605 or 12272116. OLE color: 12272116.
HSL color Cylindrical-coordinate representation of color #F441BB: hue angle of 319.11º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F441BB is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 187 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.04 |
| HSL | 319.11º | 0.89% | 0.61% | - |
| HSV(B) | 319.11º | 0.73% | 0.96% | - |
| XYZ | 48.17 | 26.6 | 49.61 | - |
| YUV | 132.43 | 158.8 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 187 | 0 | 0.73 | 0.23 | 0.04 | 319.11 | 0.89 | 0.61 |
| Hex | F4 | 41 | BB | 0 | 49 | 17 | 4 | 13F | 59 | 3D |
| Octal | 364 | 101 | 273 | 0 | 111 | 27 | 4 | 477 | 131 | 75 |
| Binary | 11110100 | 1000001 | 10111011 | 0 | 1001001 | 10111 | 100 | 100111111 | 1011001 | 111101 |
Color Harmonies of #F441BB
Complementary color
Monochromatic Colors of #F441BB
Black with #F441BB
Text Example
Text Example
White with #F441BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F441BB; }
p { color: rgb(244,65,187); }
H1.HeaderClassName
{
color: #F441BB;
}
.AnyTagClassName
{
color: #F441BB;
}
</style>
background-color css
<style>
a { background-color: #F441BB; }
a { background-color: rgb(244,65,187); }
div.DivClassName
{
background-color: #F441BB;
}
.BgClassName
{
background-color: #F441BB;
}
</style>
border-color css
<style>
span { border-color: #F441BB; }
span { border-color: rgb(244,65,187); }
td.TdClassName
{
border-color: #F441BB;
}
.TagClassName
{
border-color: #F441BB;
}
</style>