Shades of Razzle Dazzle Rose #F444BA
Tints of Razzle Dazzle Rose #F444BA
RGB
CMYK
RGB Variations
Color information
#F444BA (or 0xF444BA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 44 and BA. RGB value is (244,68,186). Sum of RGB (Red+Green+Blue) = 244+68+186=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 68 (26.95% from 255 or 13.65% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F444BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F444BA is #0BBB45. Grayscale: #858585. Windows color (decimal): -768838 or 12207348. OLE color: 12207348.
HSL color Cylindrical-coordinate representation of color #F444BA: hue angle of 319.77º 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 #F444BA is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 68 | 186 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.04 |
| HSL | 319.77º | 0.89% | 0.61% | - |
| HSV(B) | 319.77º | 0.72% | 0.96% | - |
| XYZ | 48.24 | 26.91 | 49.11 | - |
| YUV | 134.08 | 157.31 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 68 | 186 | 0 | 0.72 | 0.24 | 0.04 | 319.77 | 0.89 | 0.61 |
| Hex | F4 | 44 | BA | 0 | 48 | 18 | 4 | 140 | 59 | 3D |
| Octal | 364 | 104 | 272 | 0 | 110 | 30 | 4 | 500 | 131 | 75 |
| Binary | 11110100 | 1000100 | 10111010 | 0 | 1001000 | 11000 | 100 | 101000000 | 1011001 | 111101 |
Color Harmonies of #F444BA
Complementary color
Monochromatic Colors of #F444BA
Black with #F444BA
Text Example
Text Example
White with #F444BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F444BA; }
p { color: rgb(244,68,186); }
H1.HeaderClassName
{
color: #F444BA;
}
.AnyTagClassName
{
color: #F444BA;
}
</style>
background-color css
<style>
a { background-color: #F444BA; }
a { background-color: rgb(244,68,186); }
div.DivClassName
{
background-color: #F444BA;
}
.BgClassName
{
background-color: #F444BA;
}
</style>
border-color css
<style>
span { border-color: #F444BA; }
span { border-color: rgb(244,68,186); }
td.TdClassName
{
border-color: #F444BA;
}
.TagClassName
{
border-color: #F444BA;
}
</style>