Shades of Razzle Dazzle Rose #F73BBB
Tints of Razzle Dazzle Rose #F73BBB
RGB
CMYK
RGB Variations
Color information
#F73BBB (or 0xF73BBB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3B and BB. RGB value is (247,59,187). Sum of RGB (Red+Green+Blue) = 247+59+187=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 59 (23.44% from 255 or 11.97% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F73BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73BBB is #08C444. Grayscale: #818181. Windows color (decimal): -574533 or 12270583. OLE color: 12270583.
HSL color Cylindrical-coordinate representation of color #F73BBB: hue angle of 319.15º 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 #F73BBB is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 59 | 187 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.03 |
| HSL | 319.15º | 0.92% | 0.6% | - |
| HSV(B) | 319.15º | 0.76% | 0.97% | - |
| XYZ | 48.89 | 26.49 | 49.55 | - |
| YUV | 129.8 | 160.28 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 59 | 187 | 0 | 0.76 | 0.24 | 0.03 | 319.15 | 0.92 | 0.6 |
| Hex | F7 | 3B | BB | 0 | 4C | 18 | 3 | 13F | 5C | 3C |
| Octal | 367 | 73 | 273 | 0 | 114 | 30 | 3 | 477 | 134 | 74 |
| Binary | 11110111 | 111011 | 10111011 | 0 | 1001100 | 11000 | 11 | 100111111 | 1011100 | 111100 |
Color Harmonies of #F73BBB
Complementary color
Monochromatic Colors of #F73BBB
Black with #F73BBB
Text Example
Text Example
White with #F73BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73BBB; }
p { color: rgb(247,59,187); }
H1.HeaderClassName
{
color: #F73BBB;
}
.AnyTagClassName
{
color: #F73BBB;
}
</style>
background-color css
<style>
a { background-color: #F73BBB; }
a { background-color: rgb(247,59,187); }
div.DivClassName
{
background-color: #F73BBB;
}
.BgClassName
{
background-color: #F73BBB;
}
</style>
border-color css
<style>
span { border-color: #F73BBB; }
span { border-color: rgb(247,59,187); }
td.TdClassName
{
border-color: #F73BBB;
}
.TagClassName
{
border-color: #F73BBB;
}
</style>