Shades of Razzle Dazzle Rose #F737DB
Tints of Razzle Dazzle Rose #F737DB
RGB
CMYK
RGB Variations
Color information
#F737DB (or 0xF737DB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 37 and DB. RGB value is (247,55,219). Sum of RGB (Red+Green+Blue) = 247+55+219=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 55 (21.88% from 255 or 10.56% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F737DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F737DB is #08C824. Grayscale: #828282. Windows color (decimal): -575525 or 14366711. OLE color: 14366711.
HSL color Cylindrical-coordinate representation of color #F737DB: hue angle of 308.75º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F737DB is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 55 | 219 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.03 |
| HSL | 308.75º | 0.92% | 0.59% | - |
| HSV(B) | 308.75º | 0.78% | 0.97% | - |
| XYZ | 52.51 | 27.62 | 69.58 | - |
| YUV | 131.1 | 177.61 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 55 | 219 | 0 | 0.78 | 0.11 | 0.03 | 308.75 | 0.92 | 0.59 |
| Hex | F7 | 37 | DB | 0 | 4E | B | 3 | 135 | 5C | 3B |
| Octal | 367 | 67 | 333 | 0 | 116 | 13 | 3 | 465 | 134 | 73 |
| Binary | 11110111 | 110111 | 11011011 | 0 | 1001110 | 1011 | 11 | 100110101 | 1011100 | 111011 |
Color Harmonies of #F737DB
Complementary color
Monochromatic Colors of #F737DB
Black with #F737DB
Text Example
Text Example
White with #F737DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F737DB; }
p { color: rgb(247,55,219); }
H1.HeaderClassName
{
color: #F737DB;
}
.AnyTagClassName
{
color: #F737DB;
}
</style>
background-color css
<style>
a { background-color: #F737DB; }
a { background-color: rgb(247,55,219); }
div.DivClassName
{
background-color: #F737DB;
}
.BgClassName
{
background-color: #F737DB;
}
</style>
border-color css
<style>
span { border-color: #F737DB; }
span { border-color: rgb(247,55,219); }
td.TdClassName
{
border-color: #F737DB;
}
.TagClassName
{
border-color: #F737DB;
}
</style>