Shades of Razzle Dazzle Rose #F73EDD
Tints of Razzle Dazzle Rose #F73EDD
RGB
CMYK
RGB Variations
Color information
#F73EDD (or 0xF73EDD) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3E and DD. RGB value is (247,62,221). Sum of RGB (Red+Green+Blue) = 247+62+221=530 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.60% from 530); Green value is 62 (24.61% from 255 or 11.70% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 247 - color contains mainly: red. Hex color #F73EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73EDD is #08C122. Grayscale: #868686. Windows color (decimal): -573731 or 14499575. OLE color: 14499575.
HSL color Cylindrical-coordinate representation of color #F73EDD: hue angle of 308.43º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F73EDD is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 62 | 221 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.03 |
| HSL | 308.43º | 0.92% | 0.61% | - |
| HSV(B) | 308.43º | 0.75% | 0.97% | - |
| XYZ | 53.13 | 28.44 | 71.1 | - |
| YUV | 135.44 | 176.29 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 62 | 221 | 0 | 0.75 | 0.11 | 0.03 | 308.43 | 0.92 | 0.61 |
| Hex | F7 | 3E | DD | 0 | 4B | B | 3 | 134 | 5C | 3D |
| Octal | 367 | 76 | 335 | 0 | 113 | 13 | 3 | 464 | 134 | 75 |
| Binary | 11110111 | 111110 | 11011101 | 0 | 1001011 | 1011 | 11 | 100110100 | 1011100 | 111101 |
Color Harmonies of #F73EDD
Complementary color
Monochromatic Colors of #F73EDD
Black with #F73EDD
Text Example
Text Example
White with #F73EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73EDD; }
p { color: rgb(247,62,221); }
H1.HeaderClassName
{
color: #F73EDD;
}
.AnyTagClassName
{
color: #F73EDD;
}
</style>
background-color css
<style>
a { background-color: #F73EDD; }
a { background-color: rgb(247,62,221); }
div.DivClassName
{
background-color: #F73EDD;
}
.BgClassName
{
background-color: #F73EDD;
}
</style>
border-color css
<style>
span { border-color: #F73EDD; }
span { border-color: rgb(247,62,221); }
td.TdClassName
{
border-color: #F73EDD;
}
.TagClassName
{
border-color: #F73EDD;
}
</style>