Shades of Razzle Dazzle Rose #F740C0
Tints of Razzle Dazzle Rose #F740C0
RGB
CMYK
RGB Variations
Color information
#F740C0 (or 0xF740C0) is known color: Razzle Dazzle Rose. HEX triplet: F7, 40 and C0. RGB value is (247,64,192). Sum of RGB (Red+Green+Blue) = 247+64+192=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F740C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F740C0 is #08BF3F. Grayscale: #848484. Windows color (decimal): -573248 or 12599543. OLE color: 12599543.
HSL color Cylindrical-coordinate representation of color #F740C0: hue angle of 318.03º 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 #F740C0 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 192 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.03 |
| HSL | 318.03º | 0.92% | 0.61% | - |
| HSV(B) | 318.03º | 0.74% | 0.97% | - |
| XYZ | 49.71 | 27.25 | 52.51 | - |
| YUV | 133.31 | 161.13 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 192 | 0 | 0.74 | 0.22 | 0.03 | 318.03 | 0.92 | 0.61 |
| Hex | F7 | 40 | C0 | 0 | 4A | 16 | 3 | 13E | 5C | 3D |
| Octal | 367 | 100 | 300 | 0 | 112 | 26 | 3 | 476 | 134 | 75 |
| Binary | 11110111 | 1000000 | 11000000 | 0 | 1001010 | 10110 | 11 | 100111110 | 1011100 | 111101 |
Color Harmonies of #F740C0
Complementary color
Monochromatic Colors of #F740C0
Black with #F740C0
Text Example
Text Example
White with #F740C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F740C0; }
p { color: rgb(247,64,192); }
H1.HeaderClassName
{
color: #F740C0;
}
.AnyTagClassName
{
color: #F740C0;
}
</style>
background-color css
<style>
a { background-color: #F740C0; }
a { background-color: rgb(247,64,192); }
div.DivClassName
{
background-color: #F740C0;
}
.BgClassName
{
background-color: #F740C0;
}
</style>
border-color css
<style>
span { border-color: #F740C0; }
span { border-color: rgb(247,64,192); }
td.TdClassName
{
border-color: #F740C0;
}
.TagClassName
{
border-color: #F740C0;
}
</style>