Shades of Razzle Dazzle Rose #F734DB
Tints of Razzle Dazzle Rose #F734DB
RGB
CMYK
RGB Variations
Color information
#F734DB (or 0xF734DB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 34 and DB. RGB value is (247,52,219). Sum of RGB (Red+Green+Blue) = 247+52+219=518 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.68% from 518); Green value is 52 (20.70% from 255 or 10.04% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 247 - color contains mainly: red. Hex color #F734DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F734DB is #08CB24. Grayscale: #808080. Windows color (decimal): -576293 or 14365943. OLE color: 14365943.
HSL color Cylindrical-coordinate representation of color #F734DB: hue angle of 308.62º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F734DB is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 52 | 219 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.03 |
| HSL | 308.62º | 0.92% | 0.59% | - |
| HSV(B) | 308.62º | 0.79% | 0.97% | - |
| XYZ | 52.37 | 27.34 | 69.54 | - |
| YUV | 129.34 | 178.6 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 52 | 219 | 0 | 0.79 | 0.11 | 0.03 | 308.62 | 0.92 | 0.59 |
| Hex | F7 | 34 | DB | 0 | 4F | B | 3 | 135 | 5C | 3B |
| Octal | 367 | 64 | 333 | 0 | 117 | 13 | 3 | 465 | 134 | 73 |
| Binary | 11110111 | 110100 | 11011011 | 0 | 1001111 | 1011 | 11 | 100110101 | 1011100 | 111011 |
Color Harmonies of #F734DB
Complementary color
Monochromatic Colors of #F734DB
Black with #F734DB
Text Example
Text Example
White with #F734DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F734DB; }
p { color: rgb(247,52,219); }
H1.HeaderClassName
{
color: #F734DB;
}
.AnyTagClassName
{
color: #F734DB;
}
</style>
background-color css
<style>
a { background-color: #F734DB; }
a { background-color: rgb(247,52,219); }
div.DivClassName
{
background-color: #F734DB;
}
.BgClassName
{
background-color: #F734DB;
}
</style>
border-color css
<style>
span { border-color: #F734DB; }
span { border-color: rgb(247,52,219); }
td.TdClassName
{
border-color: #F734DB;
}
.TagClassName
{
border-color: #F734DB;
}
</style>