Shades of Razzle Dazzle Rose #F73FDC
Tints of Razzle Dazzle Rose #F73FDC
RGB
CMYK
RGB Variations
Color information
#F73FDC (or 0xF73FDC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3F and DC. RGB value is (247,63,220). Sum of RGB (Red+Green+Blue) = 247+63+220=530 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.60% from 530); Green value is 63 (25% from 255 or 11.89% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 247 - color contains mainly: red. Hex color #F73FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73FDC is #08C023. Grayscale: #878787. Windows color (decimal): -573476 or 14434295. OLE color: 14434295.
HSL color Cylindrical-coordinate representation of color #F73FDC: hue angle of 308.8º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F73FDC is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 63 | 220 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.03 |
| HSL | 308.8º | 0.92% | 0.61% | - |
| HSV(B) | 308.8º | 0.74% | 0.97% | - |
| XYZ | 53.05 | 28.5 | 70.41 | - |
| YUV | 135.91 | 175.46 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 63 | 220 | 0 | 0.74 | 0.11 | 0.03 | 308.8 | 0.92 | 0.61 |
| Hex | F7 | 3F | DC | 0 | 4A | B | 3 | 135 | 5C | 3D |
| Octal | 367 | 77 | 334 | 0 | 112 | 13 | 3 | 465 | 134 | 75 |
| Binary | 11110111 | 111111 | 11011100 | 0 | 1001010 | 1011 | 11 | 100110101 | 1011100 | 111101 |
Color Harmonies of #F73FDC
Complementary color
Monochromatic Colors of #F73FDC
Black with #F73FDC
Text Example
Text Example
White with #F73FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73FDC; }
p { color: rgb(247,63,220); }
H1.HeaderClassName
{
color: #F73FDC;
}
.AnyTagClassName
{
color: #F73FDC;
}
</style>
background-color css
<style>
a { background-color: #F73FDC; }
a { background-color: rgb(247,63,220); }
div.DivClassName
{
background-color: #F73FDC;
}
.BgClassName
{
background-color: #F73FDC;
}
</style>
border-color css
<style>
span { border-color: #F73FDC; }
span { border-color: rgb(247,63,220); }
td.TdClassName
{
border-color: #F73FDC;
}
.TagClassName
{
border-color: #F73FDC;
}
</style>