Shades of Razzle Dazzle Rose #F046BD
Tints of Razzle Dazzle Rose #F046BD
RGB
CMYK
RGB Variations
Color information
#F046BD (or 0xF046BD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 46 and BD. RGB value is (240,70,189). Sum of RGB (Red+Green+Blue) = 240+70+189=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 70 (27.73% from 255 or 14.03% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F046BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F046BD is #0FB942. Grayscale: #868686. Windows color (decimal): -1030467 or 12404464. OLE color: 12404464.
HSL color Cylindrical-coordinate representation of color #F046BD: hue angle of 318º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F046BD is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 189 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.06 |
| HSL | 318º | 0.85% | 0.61% | - |
| HSV(B) | 318º | 0.71% | 0.94% | - |
| XYZ | 47.31 | 26.58 | 50.78 | - |
| YUV | 134.4 | 158.82 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 189 | 0 | 0.71 | 0.21 | 0.06 | 318 | 0.85 | 0.61 |
| Hex | F0 | 46 | BD | 0 | 47 | 15 | 6 | 13E | 55 | 3D |
| Octal | 360 | 106 | 275 | 0 | 107 | 25 | 6 | 476 | 125 | 75 |
| Binary | 11110000 | 1000110 | 10111101 | 0 | 1000111 | 10101 | 110 | 100111110 | 1010101 | 111101 |
Color Harmonies of #F046BD
Complementary color
Monochromatic Colors of #F046BD
Black with #F046BD
Text Example
Text Example
White with #F046BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F046BD; }
p { color: rgb(240,70,189); }
H1.HeaderClassName
{
color: #F046BD;
}
.AnyTagClassName
{
color: #F046BD;
}
</style>
background-color css
<style>
a { background-color: #F046BD; }
a { background-color: rgb(240,70,189); }
div.DivClassName
{
background-color: #F046BD;
}
.BgClassName
{
background-color: #F046BD;
}
</style>
border-color css
<style>
span { border-color: #F046BD; }
span { border-color: rgb(240,70,189); }
td.TdClassName
{
border-color: #F046BD;
}
.TagClassName
{
border-color: #F046BD;
}
</style>