Shades of Razzle Dazzle Rose #F73BCD
Tints of Razzle Dazzle Rose #F73BCD
RGB
CMYK
RGB Variations
Color information
#F73BCD (or 0xF73BCD) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3B and CD. RGB value is (247,59,205). Sum of RGB (Red+Green+Blue) = 247+59+205=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 59 (23.44% from 255 or 11.55% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F73BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73BCD is #08C432. Grayscale: #838383. Windows color (decimal): -574515 or 13450231. OLE color: 13450231.
HSL color Cylindrical-coordinate representation of color #F73BCD: hue angle of 313.4º 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 #F73BCD is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 59 | 205 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.03 |
| HSL | 313.4º | 0.92% | 0.6% | - |
| HSV(B) | 313.4º | 0.76% | 0.97% | - |
| XYZ | 50.94 | 27.31 | 60.34 | - |
| YUV | 131.86 | 169.28 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 59 | 205 | 0 | 0.76 | 0.17 | 0.03 | 313.4 | 0.92 | 0.6 |
| Hex | F7 | 3B | CD | 0 | 4C | 11 | 3 | 139 | 5C | 3C |
| Octal | 367 | 73 | 315 | 0 | 114 | 21 | 3 | 471 | 134 | 74 |
| Binary | 11110111 | 111011 | 11001101 | 0 | 1001100 | 10001 | 11 | 100111001 | 1011100 | 111100 |
Color Harmonies of #F73BCD
Complementary color
Monochromatic Colors of #F73BCD
Black with #F73BCD
Text Example
Text Example
White with #F73BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73BCD; }
p { color: rgb(247,59,205); }
H1.HeaderClassName
{
color: #F73BCD;
}
.AnyTagClassName
{
color: #F73BCD;
}
</style>
background-color css
<style>
a { background-color: #F73BCD; }
a { background-color: rgb(247,59,205); }
div.DivClassName
{
background-color: #F73BCD;
}
.BgClassName
{
background-color: #F73BCD;
}
</style>
border-color css
<style>
span { border-color: #F73BCD; }
span { border-color: rgb(247,59,205); }
td.TdClassName
{
border-color: #F73BCD;
}
.TagClassName
{
border-color: #F73BCD;
}
</style>