Shades of Razzle Dazzle Rose #F749D4
Tints of Razzle Dazzle Rose #F749D4
RGB
CMYK
RGB Variations
Color information
#F749D4 (or 0xF749D4) is known color: Razzle Dazzle Rose. HEX triplet: F7, 49 and D4. RGB value is (247,73,212). Sum of RGB (Red+Green+Blue) = 247+73+212=532 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.43% from 532); Green value is 73 (28.91% from 255 or 13.72% from 532); Blue value is 212 (83.20% from 255 or 39.85% from 532); Max value from RGB is 247 - color contains mainly: red. Hex color #F749D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F749D4 is #08B62B. Grayscale: #8C8C8C. Windows color (decimal): -570924 or 13912567. OLE color: 13912567.
HSL color Cylindrical-coordinate representation of color #F749D4: hue angle of 312.07º 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 #F749D4 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 73 | 212 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.03 |
| HSL | 312.07º | 0.92% | 0.63% | - |
| HSV(B) | 312.07º | 0.7% | 0.97% | - |
| XYZ | 52.62 | 29.29 | 65.17 | - |
| YUV | 140.87 | 168.15 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 73 | 212 | 0 | 0.70 | 0.14 | 0.03 | 312.07 | 0.92 | 0.63 |
| Hex | F7 | 49 | D4 | 0 | 46 | E | 3 | 138 | 5C | 3F |
| Octal | 367 | 111 | 324 | 0 | 106 | 16 | 3 | 470 | 134 | 77 |
| Binary | 11110111 | 1001001 | 11010100 | 0 | 1000110 | 1110 | 11 | 100111000 | 1011100 | 111111 |
Color Harmonies of #F749D4
Complementary color
Monochromatic Colors of #F749D4
Black with #F749D4
Text Example
Text Example
White with #F749D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F749D4; }
p { color: rgb(247,73,212); }
H1.HeaderClassName
{
color: #F749D4;
}
.AnyTagClassName
{
color: #F749D4;
}
</style>
background-color css
<style>
a { background-color: #F749D4; }
a { background-color: rgb(247,73,212); }
div.DivClassName
{
background-color: #F749D4;
}
.BgClassName
{
background-color: #F749D4;
}
</style>
border-color css
<style>
span { border-color: #F749D4; }
span { border-color: rgb(247,73,212); }
td.TdClassName
{
border-color: #F749D4;
}
.TagClassName
{
border-color: #F749D4;
}
</style>