Shades of Razzle Dazzle Rose #F444BC
Tints of Razzle Dazzle Rose #F444BC
RGB
CMYK
RGB Variations
Color information
#F444BC (or 0xF444BC) is known color: Razzle Dazzle Rose. HEX triplet: F4, 44 and BC. RGB value is (244,68,188). Sum of RGB (Red+Green+Blue) = 244+68+188=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 68 (26.95% from 255 or 13.6% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 244 - color contains mainly: red. Hex color #F444BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F444BC is #0BBB43. Grayscale: #868686. Windows color (decimal): -768836 or 12338420. OLE color: 12338420.
HSL color Cylindrical-coordinate representation of color #F444BC: hue angle of 319.09º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F444BC is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 68 | 188 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.04 |
| HSL | 319.09º | 0.89% | 0.61% | - |
| HSV(B) | 319.09º | 0.72% | 0.96% | - |
| XYZ | 48.45 | 27 | 50.23 | - |
| YUV | 134.3 | 158.31 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 68 | 188 | 0 | 0.72 | 0.23 | 0.04 | 319.09 | 0.89 | 0.61 |
| Hex | F4 | 44 | BC | 0 | 48 | 17 | 4 | 13F | 59 | 3D |
| Octal | 364 | 104 | 274 | 0 | 110 | 27 | 4 | 477 | 131 | 75 |
| Binary | 11110100 | 1000100 | 10111100 | 0 | 1001000 | 10111 | 100 | 100111111 | 1011001 | 111101 |
Color Harmonies of #F444BC
Complementary color
Monochromatic Colors of #F444BC
Black with #F444BC
Text Example
Text Example
White with #F444BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F444BC; }
p { color: rgb(244,68,188); }
H1.HeaderClassName
{
color: #F444BC;
}
.AnyTagClassName
{
color: #F444BC;
}
</style>
background-color css
<style>
a { background-color: #F444BC; }
a { background-color: rgb(244,68,188); }
div.DivClassName
{
background-color: #F444BC;
}
.BgClassName
{
background-color: #F444BC;
}
</style>
border-color css
<style>
span { border-color: #F444BC; }
span { border-color: rgb(244,68,188); }
td.TdClassName
{
border-color: #F444BC;
}
.TagClassName
{
border-color: #F444BC;
}
</style>