Shades of Razzle Dazzle Rose #F73CE0
Tints of Razzle Dazzle Rose #F73CE0
RGB
CMYK
RGB Variations
Color information
#F73CE0 (or 0xF73CE0) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3C and E0. RGB value is (247,60,224). Sum of RGB (Red+Green+Blue) = 247+60+224=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 60 (23.83% from 255 or 11.30% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 247 - color contains mainly: red. Hex color #F73CE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73CE0 is #08C31F. Grayscale: #868686. Windows color (decimal): -574240 or 14695671. OLE color: 14695671.
HSL color Cylindrical-coordinate representation of color #F73CE0: hue angle of 307.38º 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 #F73CE0 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 60 | 224 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.03 |
| HSL | 307.38º | 0.92% | 0.6% | - |
| HSV(B) | 307.38º | 0.76% | 0.97% | - |
| XYZ | 53.43 | 28.39 | 73.18 | - |
| YUV | 134.61 | 178.45 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 60 | 224 | 0 | 0.76 | 0.09 | 0.03 | 307.38 | 0.92 | 0.6 |
| Hex | F7 | 3C | E0 | 0 | 4C | 9 | 3 | 133 | 5C | 3C |
| Octal | 367 | 74 | 340 | 0 | 114 | 11 | 3 | 463 | 134 | 74 |
| Binary | 11110111 | 111100 | 11100000 | 0 | 1001100 | 1001 | 11 | 100110011 | 1011100 | 111100 |
Color Harmonies of #F73CE0
Complementary color
Monochromatic Colors of #F73CE0
Black with #F73CE0
Text Example
Text Example
White with #F73CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73CE0; }
p { color: rgb(247,60,224); }
H1.HeaderClassName
{
color: #F73CE0;
}
.AnyTagClassName
{
color: #F73CE0;
}
</style>
background-color css
<style>
a { background-color: #F73CE0; }
a { background-color: rgb(247,60,224); }
div.DivClassName
{
background-color: #F73CE0;
}
.BgClassName
{
background-color: #F73CE0;
}
</style>
border-color css
<style>
span { border-color: #F73CE0; }
span { border-color: rgb(247,60,224); }
td.TdClassName
{
border-color: #F73CE0;
}
.TagClassName
{
border-color: #F73CE0;
}
</style>