Shades of Razzle Dazzle Rose #F73CCD
Tints of Razzle Dazzle Rose #F73CCD
RGB
CMYK
RGB Variations
Color information
#F73CCD (or 0xF73CCD) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3C and CD. RGB value is (247,60,205). Sum of RGB (Red+Green+Blue) = 247+60+205=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 60 (23.83% from 255 or 11.72% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F73CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73CCD is #08C332. Grayscale: #848484. Windows color (decimal): -574259 or 13450487. OLE color: 13450487.
HSL color Cylindrical-coordinate representation of color #F73CCD: hue angle of 313.48º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F73CCD is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 60 | 205 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.03 |
| HSL | 313.48º | 0.92% | 0.6% | - |
| HSV(B) | 313.48º | 0.76% | 0.97% | - |
| XYZ | 50.99 | 27.41 | 60.36 | - |
| YUV | 132.44 | 168.95 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 60 | 205 | 0 | 0.76 | 0.17 | 0.03 | 313.48 | 0.92 | 0.6 |
| Hex | F7 | 3C | CD | 0 | 4C | 11 | 3 | 139 | 5C | 3C |
| Octal | 367 | 74 | 315 | 0 | 114 | 21 | 3 | 471 | 134 | 74 |
| Binary | 11110111 | 111100 | 11001101 | 0 | 1001100 | 10001 | 11 | 100111001 | 1011100 | 111100 |
Color Harmonies of #F73CCD
Complementary color
Monochromatic Colors of #F73CCD
Black with #F73CCD
Text Example
Text Example
White with #F73CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73CCD; }
p { color: rgb(247,60,205); }
H1.HeaderClassName
{
color: #F73CCD;
}
.AnyTagClassName
{
color: #F73CCD;
}
</style>
background-color css
<style>
a { background-color: #F73CCD; }
a { background-color: rgb(247,60,205); }
div.DivClassName
{
background-color: #F73CCD;
}
.BgClassName
{
background-color: #F73CCD;
}
</style>
border-color css
<style>
span { border-color: #F73CCD; }
span { border-color: rgb(247,60,205); }
td.TdClassName
{
border-color: #F73CCD;
}
.TagClassName
{
border-color: #F73CCD;
}
</style>