Shades of Razzle Dazzle Rose #F736DD
Tints of Razzle Dazzle Rose #F736DD
RGB
CMYK
RGB Variations
Color information
#F736DD (or 0xF736DD) is known color: Razzle Dazzle Rose. HEX triplet: F7, 36 and DD. RGB value is (247,54,221). Sum of RGB (Red+Green+Blue) = 247+54+221=522 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.32% from 522); Green value is 54 (21.48% from 255 or 10.34% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 247 - color contains mainly: red. Hex color #F736DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F736DD is #08C922. Grayscale: #828282. Windows color (decimal): -575779 or 14497527. OLE color: 14497527.
HSL color Cylindrical-coordinate representation of color #F736DD: hue angle of 308.08º 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 #F736DD is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 54 | 221 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.03 |
| HSL | 308.08º | 0.92% | 0.59% | - |
| HSV(B) | 308.08º | 0.78% | 0.97% | - |
| XYZ | 52.73 | 27.63 | 70.96 | - |
| YUV | 130.75 | 178.94 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 54 | 221 | 0 | 0.78 | 0.11 | 0.03 | 308.08 | 0.92 | 0.59 |
| Hex | F7 | 36 | DD | 0 | 4E | B | 3 | 134 | 5C | 3B |
| Octal | 367 | 66 | 335 | 0 | 116 | 13 | 3 | 464 | 134 | 73 |
| Binary | 11110111 | 110110 | 11011101 | 0 | 1001110 | 1011 | 11 | 100110100 | 1011100 | 111011 |
Color Harmonies of #F736DD
Complementary color
Monochromatic Colors of #F736DD
Black with #F736DD
Text Example
Text Example
White with #F736DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F736DD; }
p { color: rgb(247,54,221); }
H1.HeaderClassName
{
color: #F736DD;
}
.AnyTagClassName
{
color: #F736DD;
}
</style>
background-color css
<style>
a { background-color: #F736DD; }
a { background-color: rgb(247,54,221); }
div.DivClassName
{
background-color: #F736DD;
}
.BgClassName
{
background-color: #F736DD;
}
</style>
border-color css
<style>
span { border-color: #F736DD; }
span { border-color: rgb(247,54,221); }
td.TdClassName
{
border-color: #F736DD;
}
.TagClassName
{
border-color: #F736DD;
}
</style>