Shades of Razzle Dazzle Rose #F742DB
Tints of Razzle Dazzle Rose #F742DB
RGB
CMYK
RGB Variations
Color information
#F742DB (or 0xF742DB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 42 and DB. RGB value is (247,66,219). Sum of RGB (Red+Green+Blue) = 247+66+219=532 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.43% from 532); Green value is 66 (26.17% from 255 or 12.41% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 247 - color contains mainly: red. Hex color #F742DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F742DB is #08BD24. Grayscale: #898989. Windows color (decimal): -572709 or 14369527. OLE color: 14369527.
HSL color Cylindrical-coordinate representation of color #F742DB: hue angle of 309.28º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F742DB is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 66 | 219 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.03 |
| HSL | 309.28º | 0.92% | 0.61% | - |
| HSV(B) | 309.28º | 0.73% | 0.97% | - |
| XYZ | 53.09 | 28.79 | 69.78 | - |
| YUV | 137.56 | 173.97 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 219 | 0 | 0.73 | 0.11 | 0.03 | 309.28 | 0.92 | 0.61 |
| Hex | F7 | 42 | DB | 0 | 49 | B | 3 | 135 | 5C | 3D |
| Octal | 367 | 102 | 333 | 0 | 111 | 13 | 3 | 465 | 134 | 75 |
| Binary | 11110111 | 1000010 | 11011011 | 0 | 1001001 | 1011 | 11 | 100110101 | 1011100 | 111101 |
Color Harmonies of #F742DB
Complementary color
Monochromatic Colors of #F742DB
Black with #F742DB
Text Example
Text Example
White with #F742DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F742DB; }
p { color: rgb(247,66,219); }
H1.HeaderClassName
{
color: #F742DB;
}
.AnyTagClassName
{
color: #F742DB;
}
</style>
background-color css
<style>
a { background-color: #F742DB; }
a { background-color: rgb(247,66,219); }
div.DivClassName
{
background-color: #F742DB;
}
.BgClassName
{
background-color: #F742DB;
}
</style>
border-color css
<style>
span { border-color: #F742DB; }
span { border-color: rgb(247,66,219); }
td.TdClassName
{
border-color: #F742DB;
}
.TagClassName
{
border-color: #F742DB;
}
</style>