Shades of Razzle Dazzle Rose #F748DB
Tints of Razzle Dazzle Rose #F748DB
RGB
CMYK
RGB Variations
Color information
#F748DB (or 0xF748DB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 48 and DB. RGB value is (247,72,219). Sum of RGB (Red+Green+Blue) = 247+72+219=538 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.91% from 538); Green value is 72 (28.52% from 255 or 13.38% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 247 - color contains mainly: red. Hex color #F748DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F748DB is #08B724. Grayscale: #8C8C8C. Windows color (decimal): -571173 or 14371063. OLE color: 14371063.
HSL color Cylindrical-coordinate representation of color #F748DB: hue angle of 309.6º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F748DB is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 72 | 219 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.03 |
| HSL | 309.6º | 0.92% | 0.63% | - |
| HSV(B) | 309.6º | 0.71% | 0.97% | - |
| XYZ | 53.46 | 29.52 | 69.9 | - |
| YUV | 141.08 | 171.98 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 72 | 219 | 0 | 0.71 | 0.11 | 0.03 | 309.6 | 0.92 | 0.63 |
| Hex | F7 | 48 | DB | 0 | 47 | B | 3 | 136 | 5C | 3F |
| Octal | 367 | 110 | 333 | 0 | 107 | 13 | 3 | 466 | 134 | 77 |
| Binary | 11110111 | 1001000 | 11011011 | 0 | 1000111 | 1011 | 11 | 100110110 | 1011100 | 111111 |
Color Harmonies of #F748DB
Complementary color
Monochromatic Colors of #F748DB
Black with #F748DB
Text Example
Text Example
White with #F748DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F748DB; }
p { color: rgb(247,72,219); }
H1.HeaderClassName
{
color: #F748DB;
}
.AnyTagClassName
{
color: #F748DB;
}
</style>
background-color css
<style>
a { background-color: #F748DB; }
a { background-color: rgb(247,72,219); }
div.DivClassName
{
background-color: #F748DB;
}
.BgClassName
{
background-color: #F748DB;
}
</style>
border-color css
<style>
span { border-color: #F748DB; }
span { border-color: rgb(247,72,219); }
td.TdClassName
{
border-color: #F748DB;
}
.TagClassName
{
border-color: #F748DB;
}
</style>