Shades of Razzle Dazzle Rose #F73FDF
Tints of Razzle Dazzle Rose #F73FDF
RGB
CMYK
RGB Variations
Color information
#F73FDF (or 0xF73FDF) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3F and DF. RGB value is (247,63,223). Sum of RGB (Red+Green+Blue) = 247+63+223=533 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.34% from 533); Green value is 63 (25% from 255 or 11.82% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 247 - color contains mainly: red. Hex color #F73FDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73FDF is #08C020. Grayscale: #878787. Windows color (decimal): -573473 or 14630903. OLE color: 14630903.
HSL color Cylindrical-coordinate representation of color #F73FDF: hue angle of 307.83º 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 #F73FDF is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 63 | 223 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.03 |
| HSL | 307.83º | 0.92% | 0.61% | - |
| HSV(B) | 307.83º | 0.74% | 0.97% | - |
| XYZ | 53.45 | 28.66 | 72.53 | - |
| YUV | 136.26 | 176.96 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 63 | 223 | 0 | 0.74 | 0.10 | 0.03 | 307.83 | 0.92 | 0.61 |
| Hex | F7 | 3F | DF | 0 | 4A | A | 3 | 134 | 5C | 3D |
| Octal | 367 | 77 | 337 | 0 | 112 | 12 | 3 | 464 | 134 | 75 |
| Binary | 11110111 | 111111 | 11011111 | 0 | 1001010 | 1010 | 11 | 100110100 | 1011100 | 111101 |
Color Harmonies of #F73FDF
Complementary color
Monochromatic Colors of #F73FDF
Black with #F73FDF
Text Example
Text Example
White with #F73FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73FDF; }
p { color: rgb(247,63,223); }
H1.HeaderClassName
{
color: #F73FDF;
}
.AnyTagClassName
{
color: #F73FDF;
}
</style>
background-color css
<style>
a { background-color: #F73FDF; }
a { background-color: rgb(247,63,223); }
div.DivClassName
{
background-color: #F73FDF;
}
.BgClassName
{
background-color: #F73FDF;
}
</style>
border-color css
<style>
span { border-color: #F73FDF; }
span { border-color: rgb(247,63,223); }
td.TdClassName
{
border-color: #F73FDF;
}
.TagClassName
{
border-color: #F73FDF;
}
</style>