Shades of Razzle Dazzle Rose #F73ADC
Tints of Razzle Dazzle Rose #F73ADC
RGB
CMYK
RGB Variations
Color information
#F73ADC (or 0xF73ADC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3A and DC. RGB value is (247,58,220). Sum of RGB (Red+Green+Blue) = 247+58+220=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 58 (23.05% from 255 or 11.05% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F73ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73ADC is #08C523. Grayscale: #848484. Windows color (decimal): -574756 or 14433015. OLE color: 14433015.
HSL color Cylindrical-coordinate representation of color #F73ADC: hue angle of 308.57º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F73ADC is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 58 | 220 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.03 |
| HSL | 308.57º | 0.92% | 0.6% | - |
| HSV(B) | 308.57º | 0.77% | 0.97% | - |
| XYZ | 52.79 | 27.97 | 70.33 | - |
| YUV | 132.98 | 177.12 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 58 | 220 | 0 | 0.77 | 0.11 | 0.03 | 308.57 | 0.92 | 0.6 |
| Hex | F7 | 3A | DC | 0 | 4D | B | 3 | 135 | 5C | 3C |
| Octal | 367 | 72 | 334 | 0 | 115 | 13 | 3 | 465 | 134 | 74 |
| Binary | 11110111 | 111010 | 11011100 | 0 | 1001101 | 1011 | 11 | 100110101 | 1011100 | 111100 |
Color Harmonies of #F73ADC
Complementary color
Monochromatic Colors of #F73ADC
Black with #F73ADC
Text Example
Text Example
White with #F73ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73ADC; }
p { color: rgb(247,58,220); }
H1.HeaderClassName
{
color: #F73ADC;
}
.AnyTagClassName
{
color: #F73ADC;
}
</style>
background-color css
<style>
a { background-color: #F73ADC; }
a { background-color: rgb(247,58,220); }
div.DivClassName
{
background-color: #F73ADC;
}
.BgClassName
{
background-color: #F73ADC;
}
</style>
border-color css
<style>
span { border-color: #F73ADC; }
span { border-color: rgb(247,58,220); }
td.TdClassName
{
border-color: #F73ADC;
}
.TagClassName
{
border-color: #F73ADC;
}
</style>