Shades of Razzle Dazzle Rose #F73CB8
Tints of Razzle Dazzle Rose #F73CB8
RGB
CMYK
RGB Variations
Color information
#F73CB8 (or 0xF73CB8) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3C and B8. RGB value is (247,60,184). Sum of RGB (Red+Green+Blue) = 247+60+184=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 60 (23.83% from 255 or 12.22% from 491); Blue value is 184 (72.27% from 255 or 37.47% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F73CB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73CB8 is #08C347. Grayscale: #818181. Windows color (decimal): -574280 or 12074231. OLE color: 12074231.
HSL color Cylindrical-coordinate representation of color #F73CB8: hue angle of 320.21º 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 #F73CB8 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 60 | 184 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.03 |
| HSL | 320.21º | 0.92% | 0.6% | - |
| HSV(B) | 320.21º | 0.76% | 0.97% | - |
| XYZ | 48.63 | 26.47 | 47.89 | - |
| YUV | 130.05 | 158.45 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 60 | 184 | 0 | 0.76 | 0.26 | 0.03 | 320.21 | 0.92 | 0.6 |
| Hex | F7 | 3C | B8 | 0 | 4C | 1A | 3 | 140 | 5C | 3C |
| Octal | 367 | 74 | 270 | 0 | 114 | 32 | 3 | 500 | 134 | 74 |
| Binary | 11110111 | 111100 | 10111000 | 0 | 1001100 | 11010 | 11 | 101000000 | 1011100 | 111100 |
Color Harmonies of #F73CB8
Complementary color
Monochromatic Colors of #F73CB8
Black with #F73CB8
Text Example
Text Example
White with #F73CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73CB8; }
p { color: rgb(247,60,184); }
H1.HeaderClassName
{
color: #F73CB8;
}
.AnyTagClassName
{
color: #F73CB8;
}
</style>
background-color css
<style>
a { background-color: #F73CB8; }
a { background-color: rgb(247,60,184); }
div.DivClassName
{
background-color: #F73CB8;
}
.BgClassName
{
background-color: #F73CB8;
}
</style>
border-color css
<style>
span { border-color: #F73CB8; }
span { border-color: rgb(247,60,184); }
td.TdClassName
{
border-color: #F73CB8;
}
.TagClassName
{
border-color: #F73CB8;
}
</style>