Shades of Razzle Dazzle Rose #F740D9
Tints of Razzle Dazzle Rose #F740D9
RGB
CMYK
RGB Variations
Color information
#F740D9 (or 0xF740D9) is known color: Razzle Dazzle Rose. HEX triplet: F7, 40 and D9. RGB value is (247,64,217). Sum of RGB (Red+Green+Blue) = 247+64+217=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 64 (25.39% from 255 or 12.12% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F740D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F740D9 is #08BF26. Grayscale: #878787. Windows color (decimal): -573223 or 14237943. OLE color: 14237943.
HSL color Cylindrical-coordinate representation of color #F740D9: hue angle of 309.84º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F740D9 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 217 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.03 |
| HSL | 309.84º | 0.92% | 0.61% | - |
| HSV(B) | 309.84º | 0.74% | 0.97% | - |
| XYZ | 52.72 | 28.45 | 68.36 | - |
| YUV | 136.16 | 173.63 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 217 | 0 | 0.74 | 0.12 | 0.03 | 309.84 | 0.92 | 0.61 |
| Hex | F7 | 40 | D9 | 0 | 4A | C | 3 | 136 | 5C | 3D |
| Octal | 367 | 100 | 331 | 0 | 112 | 14 | 3 | 466 | 134 | 75 |
| Binary | 11110111 | 1000000 | 11011001 | 0 | 1001010 | 1100 | 11 | 100110110 | 1011100 | 111101 |
Color Harmonies of #F740D9
Complementary color
Monochromatic Colors of #F740D9
Black with #F740D9
Text Example
Text Example
White with #F740D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F740D9; }
p { color: rgb(247,64,217); }
H1.HeaderClassName
{
color: #F740D9;
}
.AnyTagClassName
{
color: #F740D9;
}
</style>
background-color css
<style>
a { background-color: #F740D9; }
a { background-color: rgb(247,64,217); }
div.DivClassName
{
background-color: #F740D9;
}
.BgClassName
{
background-color: #F740D9;
}
</style>
border-color css
<style>
span { border-color: #F740D9; }
span { border-color: rgb(247,64,217); }
td.TdClassName
{
border-color: #F740D9;
}
.TagClassName
{
border-color: #F740D9;
}
</style>