Shades of Razzle Dazzle Rose #F446BA
Tints of Razzle Dazzle Rose #F446BA
RGB
CMYK
RGB Variations
Color information
#F446BA (or 0xF446BA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 46 and BA. RGB value is (244,70,186). Sum of RGB (Red+Green+Blue) = 244+70+186=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 70 (27.73% from 255 or 14% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 244 - color contains mainly: red. Hex color #F446BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F446BA is #0BB945. Grayscale: #868686. Windows color (decimal): -768326 or 12207860. OLE color: 12207860.
HSL color Cylindrical-coordinate representation of color #F446BA: hue angle of 320º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F446BA is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 70 | 186 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.04 |
| HSL | 320º | 0.89% | 0.62% | - |
| HSV(B) | 320º | 0.71% | 0.96% | - |
| XYZ | 48.36 | 27.16 | 49.15 | - |
| YUV | 135.25 | 156.65 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 70 | 186 | 0 | 0.71 | 0.24 | 0.04 | 320 | 0.89 | 0.62 |
| Hex | F4 | 46 | BA | 0 | 47 | 18 | 4 | 140 | 59 | 3E |
| Octal | 364 | 106 | 272 | 0 | 107 | 30 | 4 | 500 | 131 | 76 |
| Binary | 11110100 | 1000110 | 10111010 | 0 | 1000111 | 11000 | 100 | 101000000 | 1011001 | 111110 |
Color Harmonies of #F446BA
Complementary color
Monochromatic Colors of #F446BA
Black with #F446BA
Text Example
Text Example
White with #F446BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F446BA; }
p { color: rgb(244,70,186); }
H1.HeaderClassName
{
color: #F446BA;
}
.AnyTagClassName
{
color: #F446BA;
}
</style>
background-color css
<style>
a { background-color: #F446BA; }
a { background-color: rgb(244,70,186); }
div.DivClassName
{
background-color: #F446BA;
}
.BgClassName
{
background-color: #F446BA;
}
</style>
border-color css
<style>
span { border-color: #F446BA; }
span { border-color: rgb(244,70,186); }
td.TdClassName
{
border-color: #F446BA;
}
.TagClassName
{
border-color: #F446BA;
}
</style>