Shades of Razzle Dazzle Rose #F73CDA
Tints of Razzle Dazzle Rose #F73CDA
RGB
CMYK
RGB Variations
Color information
#F73CDA (or 0xF73CDA) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3C and DA. RGB value is (247,60,218). Sum of RGB (Red+Green+Blue) = 247+60+218=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 60 (23.83% from 255 or 11.43% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F73CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73CDA is #08C325. Grayscale: #858585. Windows color (decimal): -574246 or 14302455. OLE color: 14302455.
HSL color Cylindrical-coordinate representation of color #F73CDA: hue angle of 309.3º 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 #F73CDA is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 60 | 218 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.03 |
| HSL | 309.3º | 0.92% | 0.6% | - |
| HSV(B) | 309.3º | 0.76% | 0.97% | - |
| XYZ | 52.63 | 28.07 | 68.97 | - |
| YUV | 133.93 | 175.45 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 60 | 218 | 0 | 0.76 | 0.12 | 0.03 | 309.3 | 0.92 | 0.6 |
| Hex | F7 | 3C | DA | 0 | 4C | C | 3 | 135 | 5C | 3C |
| Octal | 367 | 74 | 332 | 0 | 114 | 14 | 3 | 465 | 134 | 74 |
| Binary | 11110111 | 111100 | 11011010 | 0 | 1001100 | 1100 | 11 | 100110101 | 1011100 | 111100 |
Color Harmonies of #F73CDA
Complementary color
Monochromatic Colors of #F73CDA
Black with #F73CDA
Text Example
Text Example
White with #F73CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73CDA; }
p { color: rgb(247,60,218); }
H1.HeaderClassName
{
color: #F73CDA;
}
.AnyTagClassName
{
color: #F73CDA;
}
</style>
background-color css
<style>
a { background-color: #F73CDA; }
a { background-color: rgb(247,60,218); }
div.DivClassName
{
background-color: #F73CDA;
}
.BgClassName
{
background-color: #F73CDA;
}
</style>
border-color css
<style>
span { border-color: #F73CDA; }
span { border-color: rgb(247,60,218); }
td.TdClassName
{
border-color: #F73CDA;
}
.TagClassName
{
border-color: #F73CDA;
}
</style>