Shades of Razzle Dazzle Rose #F737DF
Tints of Razzle Dazzle Rose #F737DF
RGB
CMYK
RGB Variations
Color information
#F737DF (or 0xF737DF) is known color: Razzle Dazzle Rose. HEX triplet: F7, 37 and DF. RGB value is (247,55,223). Sum of RGB (Red+Green+Blue) = 247+55+223=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 55 (21.88% from 255 or 10.48% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F737DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F737DF is #08C820. Grayscale: #838383. Windows color (decimal): -575521 or 14628855. OLE color: 14628855.
HSL color Cylindrical-coordinate representation of color #F737DF: hue angle of 307.5º 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 #F737DF is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 55 | 223 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.03 |
| HSL | 307.5º | 0.92% | 0.59% | - |
| HSV(B) | 307.5º | 0.78% | 0.97% | - |
| XYZ | 53.04 | 27.83 | 72.39 | - |
| YUV | 131.56 | 179.61 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 55 | 223 | 0 | 0.78 | 0.10 | 0.03 | 307.5 | 0.92 | 0.59 |
| Hex | F7 | 37 | DF | 0 | 4E | A | 3 | 134 | 5C | 3B |
| Octal | 367 | 67 | 337 | 0 | 116 | 12 | 3 | 464 | 134 | 73 |
| Binary | 11110111 | 110111 | 11011111 | 0 | 1001110 | 1010 | 11 | 100110100 | 1011100 | 111011 |
Color Harmonies of #F737DF
Complementary color
Monochromatic Colors of #F737DF
Black with #F737DF
Text Example
Text Example
White with #F737DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F737DF; }
p { color: rgb(247,55,223); }
H1.HeaderClassName
{
color: #F737DF;
}
.AnyTagClassName
{
color: #F737DF;
}
</style>
background-color css
<style>
a { background-color: #F737DF; }
a { background-color: rgb(247,55,223); }
div.DivClassName
{
background-color: #F737DF;
}
.BgClassName
{
background-color: #F737DF;
}
</style>
border-color css
<style>
span { border-color: #F737DF; }
span { border-color: rgb(247,55,223); }
td.TdClassName
{
border-color: #F737DF;
}
.TagClassName
{
border-color: #F737DF;
}
</style>