Shades of Razzle Dazzle Rose #F745C0
Tints of Razzle Dazzle Rose #F745C0
RGB
CMYK
RGB Variations
Color information
#F745C0 (or 0xF745C0) is known color: Razzle Dazzle Rose. HEX triplet: F7, 45 and C0. RGB value is (247,69,192). Sum of RGB (Red+Green+Blue) = 247+69+192=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 69 (27.34% from 255 or 13.58% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F745C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F745C0 is #08BA3F. Grayscale: #878787. Windows color (decimal): -571968 or 12600823. OLE color: 12600823.
HSL color Cylindrical-coordinate representation of color #F745C0: hue angle of 318.54º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F745C0 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 69 | 192 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.03 |
| HSL | 318.54º | 0.92% | 0.62% | - |
| HSV(B) | 318.54º | 0.72% | 0.97% | - |
| XYZ | 50 | 27.84 | 52.61 | - |
| YUV | 136.24 | 159.47 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 69 | 192 | 0 | 0.72 | 0.22 | 0.03 | 318.54 | 0.92 | 0.62 |
| Hex | F7 | 45 | C0 | 0 | 48 | 16 | 3 | 13F | 5C | 3E |
| Octal | 367 | 105 | 300 | 0 | 110 | 26 | 3 | 477 | 134 | 76 |
| Binary | 11110111 | 1000101 | 11000000 | 0 | 1001000 | 10110 | 11 | 100111111 | 1011100 | 111110 |
Color Harmonies of #F745C0
Complementary color
Monochromatic Colors of #F745C0
Black with #F745C0
Text Example
Text Example
White with #F745C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F745C0; }
p { color: rgb(247,69,192); }
H1.HeaderClassName
{
color: #F745C0;
}
.AnyTagClassName
{
color: #F745C0;
}
</style>
background-color css
<style>
a { background-color: #F745C0; }
a { background-color: rgb(247,69,192); }
div.DivClassName
{
background-color: #F745C0;
}
.BgClassName
{
background-color: #F745C0;
}
</style>
border-color css
<style>
span { border-color: #F745C0; }
span { border-color: rgb(247,69,192); }
td.TdClassName
{
border-color: #F745C0;
}
.TagClassName
{
border-color: #F745C0;
}
</style>