Shades of Razzle Dazzle Rose #F749C9
Tints of Razzle Dazzle Rose #F749C9
RGB
CMYK
RGB Variations
Color information
#F749C9 (or 0xF749C9) is known color: Razzle Dazzle Rose. HEX triplet: F7, 49 and C9. RGB value is (247,73,201). Sum of RGB (Red+Green+Blue) = 247+73+201=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 73 (28.91% from 255 or 14.01% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F749C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F749C9 is #08B636. Grayscale: #8B8B8B. Windows color (decimal): -570935 or 13191671. OLE color: 13191671.
HSL color Cylindrical-coordinate representation of color #F749C9: hue angle of 315.86º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F749C9 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 73 | 201 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.03 |
| HSL | 315.86º | 0.92% | 0.63% | - |
| HSV(B) | 315.86º | 0.7% | 0.97% | - |
| XYZ | 51.28 | 28.76 | 58.11 | - |
| YUV | 139.62 | 162.65 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 73 | 201 | 0 | 0.70 | 0.19 | 0.03 | 315.86 | 0.92 | 0.63 |
| Hex | F7 | 49 | C9 | 0 | 46 | 13 | 3 | 13C | 5C | 3F |
| Octal | 367 | 111 | 311 | 0 | 106 | 23 | 3 | 474 | 134 | 77 |
| Binary | 11110111 | 1001001 | 11001001 | 0 | 1000110 | 10011 | 11 | 100111100 | 1011100 | 111111 |
Color Harmonies of #F749C9
Complementary color
Monochromatic Colors of #F749C9
Black with #F749C9
Text Example
Text Example
White with #F749C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F749C9; }
p { color: rgb(247,73,201); }
H1.HeaderClassName
{
color: #F749C9;
}
.AnyTagClassName
{
color: #F749C9;
}
</style>
background-color css
<style>
a { background-color: #F749C9; }
a { background-color: rgb(247,73,201); }
div.DivClassName
{
background-color: #F749C9;
}
.BgClassName
{
background-color: #F749C9;
}
</style>
border-color css
<style>
span { border-color: #F749C9; }
span { border-color: rgb(247,73,201); }
td.TdClassName
{
border-color: #F749C9;
}
.TagClassName
{
border-color: #F749C9;
}
</style>