Shades of Razzle Dazzle Rose #F744DB
Tints of Razzle Dazzle Rose #F744DB
RGB
CMYK
RGB Variations
Color information
#F744DB (or 0xF744DB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 44 and DB. RGB value is (247,68,219). Sum of RGB (Red+Green+Blue) = 247+68+219=534 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.25% from 534); Green value is 68 (26.95% from 255 or 12.73% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 247 - color contains mainly: red. Hex color #F744DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F744DB is #08BB24. Grayscale: #8A8A8A. Windows color (decimal): -572197 or 14370039. OLE color: 14370039.
HSL color Cylindrical-coordinate representation of color #F744DB: hue angle of 309.39º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F744DB is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 68 | 219 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.03 |
| HSL | 309.39º | 0.92% | 0.62% | - |
| HSV(B) | 309.39º | 0.72% | 0.97% | - |
| XYZ | 53.21 | 29.02 | 69.82 | - |
| YUV | 138.74 | 173.3 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 68 | 219 | 0 | 0.72 | 0.11 | 0.03 | 309.39 | 0.92 | 0.62 |
| Hex | F7 | 44 | DB | 0 | 48 | B | 3 | 135 | 5C | 3E |
| Octal | 367 | 104 | 333 | 0 | 110 | 13 | 3 | 465 | 134 | 76 |
| Binary | 11110111 | 1000100 | 11011011 | 0 | 1001000 | 1011 | 11 | 100110101 | 1011100 | 111110 |
Color Harmonies of #F744DB
Complementary color
Monochromatic Colors of #F744DB
Black with #F744DB
Text Example
Text Example
White with #F744DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F744DB; }
p { color: rgb(247,68,219); }
H1.HeaderClassName
{
color: #F744DB;
}
.AnyTagClassName
{
color: #F744DB;
}
</style>
background-color css
<style>
a { background-color: #F744DB; }
a { background-color: rgb(247,68,219); }
div.DivClassName
{
background-color: #F744DB;
}
.BgClassName
{
background-color: #F744DB;
}
</style>
border-color css
<style>
span { border-color: #F744DB; }
span { border-color: rgb(247,68,219); }
td.TdClassName
{
border-color: #F744DB;
}
.TagClassName
{
border-color: #F744DB;
}
</style>