Shades of Razzle Dazzle Rose #F73BCC
Tints of Razzle Dazzle Rose #F73BCC
RGB
CMYK
RGB Variations
Color information
#F73BCC (or 0xF73BCC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3B and CC. RGB value is (247,59,204). Sum of RGB (Red+Green+Blue) = 247+59+204=510 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.43% from 510); Green value is 59 (23.44% from 255 or 11.57% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 247 - color contains mainly: red. Hex color #F73BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73BCC is #08C433. Grayscale: #838383. Windows color (decimal): -574516 or 13384695. OLE color: 13384695.
HSL color Cylindrical-coordinate representation of color #F73BCC: hue angle of 313.72º 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 #F73BCC is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 59 | 204 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.03 |
| HSL | 313.72º | 0.92% | 0.6% | - |
| HSV(B) | 313.72º | 0.76% | 0.97% | - |
| XYZ | 50.82 | 27.26 | 59.71 | - |
| YUV | 131.74 | 168.78 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 59 | 204 | 0 | 0.76 | 0.17 | 0.03 | 313.72 | 0.92 | 0.6 |
| Hex | F7 | 3B | CC | 0 | 4C | 11 | 3 | 13A | 5C | 3C |
| Octal | 367 | 73 | 314 | 0 | 114 | 21 | 3 | 472 | 134 | 74 |
| Binary | 11110111 | 111011 | 11001100 | 0 | 1001100 | 10001 | 11 | 100111010 | 1011100 | 111100 |
Color Harmonies of #F73BCC
Complementary color
Monochromatic Colors of #F73BCC
Black with #F73BCC
Text Example
Text Example
White with #F73BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73BCC; }
p { color: rgb(247,59,204); }
H1.HeaderClassName
{
color: #F73BCC;
}
.AnyTagClassName
{
color: #F73BCC;
}
</style>
background-color css
<style>
a { background-color: #F73BCC; }
a { background-color: rgb(247,59,204); }
div.DivClassName
{
background-color: #F73BCC;
}
.BgClassName
{
background-color: #F73BCC;
}
</style>
border-color css
<style>
span { border-color: #F73BCC; }
span { border-color: rgb(247,59,204); }
td.TdClassName
{
border-color: #F73BCC;
}
.TagClassName
{
border-color: #F73BCC;
}
</style>