Shades of Razzle Dazzle Rose #F73CCE
Tints of Razzle Dazzle Rose #F73CCE
RGB
CMYK
RGB Variations
Color information
#F73CCE (or 0xF73CCE) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3C and CE. RGB value is (247,60,206). Sum of RGB (Red+Green+Blue) = 247+60+206=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 60 (23.83% from 255 or 11.70% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 247 - color contains mainly: red. Hex color #F73CCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73CCE is #08C331. Grayscale: #848484. Windows color (decimal): -574258 or 13516023. OLE color: 13516023.
HSL color Cylindrical-coordinate representation of color #F73CCE: hue angle of 313.16º 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 #F73CCE is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 60 | 206 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.03 |
| HSL | 313.16º | 0.92% | 0.6% | - |
| HSV(B) | 313.16º | 0.76% | 0.97% | - |
| XYZ | 51.11 | 27.46 | 61 | - |
| YUV | 132.56 | 169.45 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 60 | 206 | 0 | 0.76 | 0.17 | 0.03 | 313.16 | 0.92 | 0.6 |
| Hex | F7 | 3C | CE | 0 | 4C | 11 | 3 | 139 | 5C | 3C |
| Octal | 367 | 74 | 316 | 0 | 114 | 21 | 3 | 471 | 134 | 74 |
| Binary | 11110111 | 111100 | 11001110 | 0 | 1001100 | 10001 | 11 | 100111001 | 1011100 | 111100 |
Color Harmonies of #F73CCE
Complementary color
Monochromatic Colors of #F73CCE
Black with #F73CCE
Text Example
Text Example
White with #F73CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73CCE; }
p { color: rgb(247,60,206); }
H1.HeaderClassName
{
color: #F73CCE;
}
.AnyTagClassName
{
color: #F73CCE;
}
</style>
background-color css
<style>
a { background-color: #F73CCE; }
a { background-color: rgb(247,60,206); }
div.DivClassName
{
background-color: #F73CCE;
}
.BgClassName
{
background-color: #F73CCE;
}
</style>
border-color css
<style>
span { border-color: #F73CCE; }
span { border-color: rgb(247,60,206); }
td.TdClassName
{
border-color: #F73CCE;
}
.TagClassName
{
border-color: #F73CCE;
}
</style>