Shades of Razzle Dazzle Rose #F747DB
Tints of Razzle Dazzle Rose #F747DB
RGB
CMYK
RGB Variations
Color information
#F747DB (or 0xF747DB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 47 and DB. RGB value is (247,71,219). Sum of RGB (Red+Green+Blue) = 247+71+219=537 (71% of max value = 765). Red value is 247 (96.88% from 255 or 46.00% from 537); Green value is 71 (28.12% from 255 or 13.22% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 247 - color contains mainly: red. Hex color #F747DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F747DB is #08B824. Grayscale: #8C8C8C. Windows color (decimal): -571429 or 14370807. OLE color: 14370807.
HSL color Cylindrical-coordinate representation of color #F747DB: hue angle of 309.55º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F747DB is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 71 | 219 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.03 |
| HSL | 309.55º | 0.92% | 0.62% | - |
| HSV(B) | 309.55º | 0.71% | 0.97% | - |
| XYZ | 53.4 | 29.4 | 69.88 | - |
| YUV | 140.5 | 172.31 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 71 | 219 | 0 | 0.71 | 0.11 | 0.03 | 309.55 | 0.92 | 0.62 |
| Hex | F7 | 47 | DB | 0 | 47 | B | 3 | 136 | 5C | 3E |
| Octal | 367 | 107 | 333 | 0 | 107 | 13 | 3 | 466 | 134 | 76 |
| Binary | 11110111 | 1000111 | 11011011 | 0 | 1000111 | 1011 | 11 | 100110110 | 1011100 | 111110 |
Color Harmonies of #F747DB
Complementary color
Monochromatic Colors of #F747DB
Black with #F747DB
Text Example
Text Example
White with #F747DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F747DB; }
p { color: rgb(247,71,219); }
H1.HeaderClassName
{
color: #F747DB;
}
.AnyTagClassName
{
color: #F747DB;
}
</style>
background-color css
<style>
a { background-color: #F747DB; }
a { background-color: rgb(247,71,219); }
div.DivClassName
{
background-color: #F747DB;
}
.BgClassName
{
background-color: #F747DB;
}
</style>
border-color css
<style>
span { border-color: #F747DB; }
span { border-color: rgb(247,71,219); }
td.TdClassName
{
border-color: #F747DB;
}
.TagClassName
{
border-color: #F747DB;
}
</style>