Shades of Razzle Dazzle Rose #F73EC2
Tints of Razzle Dazzle Rose #F73EC2
RGB
CMYK
RGB Variations
Color information
#F73EC2 (or 0xF73EC2) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3E and C2. RGB value is (247,62,194). Sum of RGB (Red+Green+Blue) = 247+62+194=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 62 (24.61% from 255 or 12.33% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F73EC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73EC2 is #08C13D. Grayscale: #848484. Windows color (decimal): -573758 or 12730103. OLE color: 12730103.
HSL color Cylindrical-coordinate representation of color #F73EC2: hue angle of 317.19º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F73EC2 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 62 | 194 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.03 |
| HSL | 317.19º | 0.92% | 0.61% | - |
| HSV(B) | 317.19º | 0.75% | 0.97% | - |
| XYZ | 49.82 | 27.11 | 53.65 | - |
| YUV | 132.36 | 162.79 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 62 | 194 | 0 | 0.75 | 0.21 | 0.03 | 317.19 | 0.92 | 0.61 |
| Hex | F7 | 3E | C2 | 0 | 4B | 15 | 3 | 13D | 5C | 3D |
| Octal | 367 | 76 | 302 | 0 | 113 | 25 | 3 | 475 | 134 | 75 |
| Binary | 11110111 | 111110 | 11000010 | 0 | 1001011 | 10101 | 11 | 100111101 | 1011100 | 111101 |
Color Harmonies of #F73EC2
Complementary color
Monochromatic Colors of #F73EC2
Black with #F73EC2
Text Example
Text Example
White with #F73EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73EC2; }
p { color: rgb(247,62,194); }
H1.HeaderClassName
{
color: #F73EC2;
}
.AnyTagClassName
{
color: #F73EC2;
}
</style>
background-color css
<style>
a { background-color: #F73EC2; }
a { background-color: rgb(247,62,194); }
div.DivClassName
{
background-color: #F73EC2;
}
.BgClassName
{
background-color: #F73EC2;
}
</style>
border-color css
<style>
span { border-color: #F73EC2; }
span { border-color: rgb(247,62,194); }
td.TdClassName
{
border-color: #F73EC2;
}
.TagClassName
{
border-color: #F73EC2;
}
</style>