Shades of Razzle Dazzle Rose #F73FC0
Tints of Razzle Dazzle Rose #F73FC0
RGB
CMYK
RGB Variations
Color information
#F73FC0 (or 0xF73FC0) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3F and C0. RGB value is (247,63,192). Sum of RGB (Red+Green+Blue) = 247+63+192=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 63 (25% from 255 or 12.55% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F73FC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73FC0 is #08C03F. Grayscale: #848484. Windows color (decimal): -573504 or 12599287. OLE color: 12599287.
HSL color Cylindrical-coordinate representation of color #F73FC0: hue angle of 317.93º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F73FC0 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 63 | 192 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.03 |
| HSL | 317.93º | 0.92% | 0.61% | - |
| HSV(B) | 317.93º | 0.74% | 0.97% | - |
| XYZ | 49.65 | 27.13 | 52.49 | - |
| YUV | 132.72 | 161.46 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 63 | 192 | 0 | 0.74 | 0.22 | 0.03 | 317.93 | 0.92 | 0.61 |
| Hex | F7 | 3F | C0 | 0 | 4A | 16 | 3 | 13E | 5C | 3D |
| Octal | 367 | 77 | 300 | 0 | 112 | 26 | 3 | 476 | 134 | 75 |
| Binary | 11110111 | 111111 | 11000000 | 0 | 1001010 | 10110 | 11 | 100111110 | 1011100 | 111101 |
Color Harmonies of #F73FC0
Complementary color
Monochromatic Colors of #F73FC0
Black with #F73FC0
Text Example
Text Example
White with #F73FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73FC0; }
p { color: rgb(247,63,192); }
H1.HeaderClassName
{
color: #F73FC0;
}
.AnyTagClassName
{
color: #F73FC0;
}
</style>
background-color css
<style>
a { background-color: #F73FC0; }
a { background-color: rgb(247,63,192); }
div.DivClassName
{
background-color: #F73FC0;
}
.BgClassName
{
background-color: #F73FC0;
}
</style>
border-color css
<style>
span { border-color: #F73FC0; }
span { border-color: rgb(247,63,192); }
td.TdClassName
{
border-color: #F73FC0;
}
.TagClassName
{
border-color: #F73FC0;
}
</style>