Shades of Razzle Dazzle Rose #F748C9
Tints of Razzle Dazzle Rose #F748C9
RGB
CMYK
RGB Variations
Color information
#F748C9 (or 0xF748C9) is known color: Razzle Dazzle Rose. HEX triplet: F7, 48 and C9. RGB value is (247,72,201). Sum of RGB (Red+Green+Blue) = 247+72+201=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 72 (28.52% from 255 or 13.85% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F748C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F748C9 is #08B736. Grayscale: #8A8A8A. Windows color (decimal): -571191 or 13191415. OLE color: 13191415.
HSL color Cylindrical-coordinate representation of color #F748C9: hue angle of 315.77º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F748C9 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 72 | 201 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.03 |
| HSL | 315.77º | 0.92% | 0.63% | - |
| HSV(B) | 315.77º | 0.71% | 0.97% | - |
| XYZ | 51.22 | 28.63 | 58.08 | - |
| YUV | 139.03 | 162.98 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 72 | 201 | 0 | 0.71 | 0.19 | 0.03 | 315.77 | 0.92 | 0.63 |
| Hex | F7 | 48 | C9 | 0 | 47 | 13 | 3 | 13C | 5C | 3F |
| Octal | 367 | 110 | 311 | 0 | 107 | 23 | 3 | 474 | 134 | 77 |
| Binary | 11110111 | 1001000 | 11001001 | 0 | 1000111 | 10011 | 11 | 100111100 | 1011100 | 111111 |
Color Harmonies of #F748C9
Complementary color
Monochromatic Colors of #F748C9
Black with #F748C9
Text Example
Text Example
White with #F748C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F748C9; }
p { color: rgb(247,72,201); }
H1.HeaderClassName
{
color: #F748C9;
}
.AnyTagClassName
{
color: #F748C9;
}
</style>
background-color css
<style>
a { background-color: #F748C9; }
a { background-color: rgb(247,72,201); }
div.DivClassName
{
background-color: #F748C9;
}
.BgClassName
{
background-color: #F748C9;
}
</style>
border-color css
<style>
span { border-color: #F748C9; }
span { border-color: rgb(247,72,201); }
td.TdClassName
{
border-color: #F748C9;
}
.TagClassName
{
border-color: #F748C9;
}
</style>