Shades of Razzle Dazzle Rose #F733DB
Tints of Razzle Dazzle Rose #F733DB
RGB
CMYK
RGB Variations
Color information
#F733DB (or 0xF733DB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 33 and DB. RGB value is (247,51,219). Sum of RGB (Red+Green+Blue) = 247+51+219=517 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.78% from 517); Green value is 51 (20.31% from 255 or 9.86% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 247 - color contains mainly: red. Hex color #F733DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F733DB is #08CC24. Grayscale: #808080. Windows color (decimal): -576549 or 14365687. OLE color: 14365687.
HSL color Cylindrical-coordinate representation of color #F733DB: hue angle of 308.57º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F733DB is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 51 | 219 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.03 |
| HSL | 308.57º | 0.92% | 0.58% | - |
| HSV(B) | 308.57º | 0.79% | 0.97% | - |
| XYZ | 52.33 | 27.26 | 69.52 | - |
| YUV | 128.76 | 178.93 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 51 | 219 | 0 | 0.79 | 0.11 | 0.03 | 308.57 | 0.92 | 0.58 |
| Hex | F7 | 33 | DB | 0 | 4F | B | 3 | 135 | 5C | 3A |
| Octal | 367 | 63 | 333 | 0 | 117 | 13 | 3 | 465 | 134 | 72 |
| Binary | 11110111 | 110011 | 11011011 | 0 | 1001111 | 1011 | 11 | 100110101 | 1011100 | 111010 |
Color Harmonies of #F733DB
Complementary color
Monochromatic Colors of #F733DB
Black with #F733DB
Text Example
Text Example
White with #F733DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F733DB; }
p { color: rgb(247,51,219); }
H1.HeaderClassName
{
color: #F733DB;
}
.AnyTagClassName
{
color: #F733DB;
}
</style>
background-color css
<style>
a { background-color: #F733DB; }
a { background-color: rgb(247,51,219); }
div.DivClassName
{
background-color: #F733DB;
}
.BgClassName
{
background-color: #F733DB;
}
</style>
border-color css
<style>
span { border-color: #F733DB; }
span { border-color: rgb(247,51,219); }
td.TdClassName
{
border-color: #F733DB;
}
.TagClassName
{
border-color: #F733DB;
}
</style>