Shades of Razzle Dazzle Rose #F73CC0
Tints of Razzle Dazzle Rose #F73CC0
RGB
CMYK
RGB Variations
Color information
#F73CC0 (or 0xF73CC0) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3C and C0. RGB value is (247,60,192). Sum of RGB (Red+Green+Blue) = 247+60+192=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 60 (23.83% from 255 or 12.02% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F73CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73CC0 is #08C33F. Grayscale: #828282. Windows color (decimal): -574272 or 12598519. OLE color: 12598519.
HSL color Cylindrical-coordinate representation of color #F73CC0: hue angle of 317.65º 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 #F73CC0 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 60 | 192 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.03 |
| HSL | 317.65º | 0.92% | 0.6% | - |
| HSV(B) | 317.65º | 0.76% | 0.97% | - |
| XYZ | 49.49 | 26.81 | 52.44 | - |
| YUV | 130.96 | 162.45 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 60 | 192 | 0 | 0.76 | 0.22 | 0.03 | 317.65 | 0.92 | 0.6 |
| Hex | F7 | 3C | C0 | 0 | 4C | 16 | 3 | 13E | 5C | 3C |
| Octal | 367 | 74 | 300 | 0 | 114 | 26 | 3 | 476 | 134 | 74 |
| Binary | 11110111 | 111100 | 11000000 | 0 | 1001100 | 10110 | 11 | 100111110 | 1011100 | 111100 |
Color Harmonies of #F73CC0
Complementary color
Monochromatic Colors of #F73CC0
Black with #F73CC0
Text Example
Text Example
White with #F73CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73CC0; }
p { color: rgb(247,60,192); }
H1.HeaderClassName
{
color: #F73CC0;
}
.AnyTagClassName
{
color: #F73CC0;
}
</style>
background-color css
<style>
a { background-color: #F73CC0; }
a { background-color: rgb(247,60,192); }
div.DivClassName
{
background-color: #F73CC0;
}
.BgClassName
{
background-color: #F73CC0;
}
</style>
border-color css
<style>
span { border-color: #F73CC0; }
span { border-color: rgb(247,60,192); }
td.TdClassName
{
border-color: #F73CC0;
}
.TagClassName
{
border-color: #F73CC0;
}
</style>