Shades of Razzle Dazzle Rose #F046B8
Tints of Razzle Dazzle Rose #F046B8
RGB
CMYK
RGB Variations
Color information
#F046B8 (or 0xF046B8) is known color: Razzle Dazzle Rose. HEX triplet: F0, 46 and B8. RGB value is (240,70,184). Sum of RGB (Red+Green+Blue) = 240+70+184=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 70 (27.73% from 255 or 14.17% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F046B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F046B8 is #0FB947. Grayscale: #858585. Windows color (decimal): -1030472 or 12076784. OLE color: 12076784.
HSL color Cylindrical-coordinate representation of color #F046B8: hue angle of 319.76º 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 #F046B8 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 184 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.06 |
| HSL | 319.76º | 0.85% | 0.61% | - |
| HSV(B) | 319.76º | 0.71% | 0.94% | - |
| XYZ | 46.78 | 26.37 | 47.97 | - |
| YUV | 133.83 | 156.32 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 184 | 0 | 0.71 | 0.23 | 0.06 | 319.76 | 0.85 | 0.61 |
| Hex | F0 | 46 | B8 | 0 | 47 | 17 | 6 | 140 | 55 | 3D |
| Octal | 360 | 106 | 270 | 0 | 107 | 27 | 6 | 500 | 125 | 75 |
| Binary | 11110000 | 1000110 | 10111000 | 0 | 1000111 | 10111 | 110 | 101000000 | 1010101 | 111101 |
Color Harmonies of #F046B8
Complementary color
Monochromatic Colors of #F046B8
Black with #F046B8
Text Example
Text Example
White with #F046B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F046B8; }
p { color: rgb(240,70,184); }
H1.HeaderClassName
{
color: #F046B8;
}
.AnyTagClassName
{
color: #F046B8;
}
</style>
background-color css
<style>
a { background-color: #F046B8; }
a { background-color: rgb(240,70,184); }
div.DivClassName
{
background-color: #F046B8;
}
.BgClassName
{
background-color: #F046B8;
}
</style>
border-color css
<style>
span { border-color: #F046B8; }
span { border-color: rgb(240,70,184); }
td.TdClassName
{
border-color: #F046B8;
}
.TagClassName
{
border-color: #F046B8;
}
</style>