Shades of Razzle Dazzle Rose #F740CC
Tints of Razzle Dazzle Rose #F740CC
RGB
CMYK
RGB Variations
Color information
#F740CC (or 0xF740CC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 40 and CC. RGB value is (247,64,204). Sum of RGB (Red+Green+Blue) = 247+64+204=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 64 (25.39% from 255 or 12.43% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F740CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F740CC is #08BF33. Grayscale: #868686. Windows color (decimal): -573236 or 13385975. OLE color: 13385975.
HSL color Cylindrical-coordinate representation of color #F740CC: hue angle of 314.1º 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 #F740CC is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 204 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.03 |
| HSL | 314.1º | 0.92% | 0.61% | - |
| HSV(B) | 314.1º | 0.74% | 0.97% | - |
| XYZ | 51.09 | 27.8 | 59.8 | - |
| YUV | 134.68 | 167.13 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 204 | 0 | 0.74 | 0.17 | 0.03 | 314.1 | 0.92 | 0.61 |
| Hex | F7 | 40 | CC | 0 | 4A | 11 | 3 | 13A | 5C | 3D |
| Octal | 367 | 100 | 314 | 0 | 112 | 21 | 3 | 472 | 134 | 75 |
| Binary | 11110111 | 1000000 | 11001100 | 0 | 1001010 | 10001 | 11 | 100111010 | 1011100 | 111101 |
Color Harmonies of #F740CC
Complementary color
Monochromatic Colors of #F740CC
Black with #F740CC
Text Example
Text Example
White with #F740CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F740CC; }
p { color: rgb(247,64,204); }
H1.HeaderClassName
{
color: #F740CC;
}
.AnyTagClassName
{
color: #F740CC;
}
</style>
background-color css
<style>
a { background-color: #F740CC; }
a { background-color: rgb(247,64,204); }
div.DivClassName
{
background-color: #F740CC;
}
.BgClassName
{
background-color: #F740CC;
}
</style>
border-color css
<style>
span { border-color: #F740CC; }
span { border-color: rgb(247,64,204); }
td.TdClassName
{
border-color: #F740CC;
}
.TagClassName
{
border-color: #F740CC;
}
</style>