Shades of Razzle Dazzle Rose #F737C7
Tints of Razzle Dazzle Rose #F737C7
RGB
CMYK
RGB Variations
Color information
#F737C7 (or 0xF737C7) is known color: Razzle Dazzle Rose. HEX triplet: F7, 37 and C7. RGB value is (247,55,199). Sum of RGB (Red+Green+Blue) = 247+55+199=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 55 (21.88% from 255 or 10.98% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 247 - color contains mainly: red. Hex color #F737C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F737C7 is #08C838. Grayscale: #808080. Windows color (decimal): -575545 or 13055991. OLE color: 13055991.
HSL color Cylindrical-coordinate representation of color #F737C7: hue angle of 315º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F737C7 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 55 | 199 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.03 |
| HSL | 315º | 0.92% | 0.59% | - |
| HSV(B) | 315º | 0.78% | 0.97% | - |
| XYZ | 50.03 | 26.63 | 56.54 | - |
| YUV | 128.82 | 167.61 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 55 | 199 | 0 | 0.78 | 0.19 | 0.03 | 315 | 0.92 | 0.59 |
| Hex | F7 | 37 | C7 | 0 | 4E | 13 | 3 | 13B | 5C | 3B |
| Octal | 367 | 67 | 307 | 0 | 116 | 23 | 3 | 473 | 134 | 73 |
| Binary | 11110111 | 110111 | 11000111 | 0 | 1001110 | 10011 | 11 | 100111011 | 1011100 | 111011 |
Color Harmonies of #F737C7
Complementary color
Monochromatic Colors of #F737C7
Black with #F737C7
Text Example
Text Example
White with #F737C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F737C7; }
p { color: rgb(247,55,199); }
H1.HeaderClassName
{
color: #F737C7;
}
.AnyTagClassName
{
color: #F737C7;
}
</style>
background-color css
<style>
a { background-color: #F737C7; }
a { background-color: rgb(247,55,199); }
div.DivClassName
{
background-color: #F737C7;
}
.BgClassName
{
background-color: #F737C7;
}
</style>
border-color css
<style>
span { border-color: #F737C7; }
span { border-color: rgb(247,55,199); }
td.TdClassName
{
border-color: #F737C7;
}
.TagClassName
{
border-color: #F737C7;
}
</style>