Shades of Razzle Dazzle Rose #F73CBE
Tints of Razzle Dazzle Rose #F73CBE
RGB
CMYK
RGB Variations
Color information
#F73CBE (or 0xF73CBE) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3C and BE. RGB value is (247,60,190). Sum of RGB (Red+Green+Blue) = 247+60+190=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 60 (23.83% from 255 or 12.07% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F73CBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73CBE is #08C341. Grayscale: #828282. Windows color (decimal): -574274 or 12467447. OLE color: 12467447.
HSL color Cylindrical-coordinate representation of color #F73CBE: hue angle of 318.29º 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 #F73CBE is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 60 | 190 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.03 |
| HSL | 318.29º | 0.92% | 0.6% | - |
| HSV(B) | 318.29º | 0.76% | 0.97% | - |
| XYZ | 49.27 | 26.72 | 51.28 | - |
| YUV | 130.73 | 161.45 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 60 | 190 | 0 | 0.76 | 0.23 | 0.03 | 318.29 | 0.92 | 0.6 |
| Hex | F7 | 3C | BE | 0 | 4C | 17 | 3 | 13E | 5C | 3C |
| Octal | 367 | 74 | 276 | 0 | 114 | 27 | 3 | 476 | 134 | 74 |
| Binary | 11110111 | 111100 | 10111110 | 0 | 1001100 | 10111 | 11 | 100111110 | 1011100 | 111100 |
Color Harmonies of #F73CBE
Complementary color
Monochromatic Colors of #F73CBE
Black with #F73CBE
Text Example
Text Example
White with #F73CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73CBE; }
p { color: rgb(247,60,190); }
H1.HeaderClassName
{
color: #F73CBE;
}
.AnyTagClassName
{
color: #F73CBE;
}
</style>
background-color css
<style>
a { background-color: #F73CBE; }
a { background-color: rgb(247,60,190); }
div.DivClassName
{
background-color: #F73CBE;
}
.BgClassName
{
background-color: #F73CBE;
}
</style>
border-color css
<style>
span { border-color: #F73CBE; }
span { border-color: rgb(247,60,190); }
td.TdClassName
{
border-color: #F73CBE;
}
.TagClassName
{
border-color: #F73CBE;
}
</style>