Shades of Razzle Dazzle Rose #F750C9
Tints of Razzle Dazzle Rose #F750C9
RGB
CMYK
RGB Variations
Color information
#F750C9 (or 0xF750C9) is known color: Razzle Dazzle Rose. HEX triplet: F7, 50 and C9. RGB value is (247,80,201). Sum of RGB (Red+Green+Blue) = 247+80+201=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 80 (31.64% from 255 or 15.15% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F750C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F750C9 is #08AF36. Grayscale: #8F8F8F. Windows color (decimal): -569143 or 13193463. OLE color: 13193463.
HSL color Cylindrical-coordinate representation of color #F750C9: hue angle of 316.53º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F750C9 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 80 | 201 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.03 |
| HSL | 316.53º | 0.91% | 0.64% | - |
| HSV(B) | 316.53º | 0.68% | 0.97% | - |
| XYZ | 51.77 | 29.73 | 58.27 | - |
| YUV | 143.73 | 160.33 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 80 | 201 | 0 | 0.68 | 0.19 | 0.03 | 316.53 | 0.91 | 0.64 |
| Hex | F7 | 50 | C9 | 0 | 44 | 13 | 3 | 13D | 5B | 40 |
| Octal | 367 | 120 | 311 | 0 | 104 | 23 | 3 | 475 | 133 | 100 |
| Binary | 11110111 | 1010000 | 11001001 | 0 | 1000100 | 10011 | 11 | 100111101 | 1011011 | 1000000 |
Color Harmonies of #F750C9
Complementary color
Monochromatic Colors of #F750C9
Black with #F750C9
Text Example
Text Example
White with #F750C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F750C9; }
p { color: rgb(247,80,201); }
H1.HeaderClassName
{
color: #F750C9;
}
.AnyTagClassName
{
color: #F750C9;
}
</style>
background-color css
<style>
a { background-color: #F750C9; }
a { background-color: rgb(247,80,201); }
div.DivClassName
{
background-color: #F750C9;
}
.BgClassName
{
background-color: #F750C9;
}
</style>
border-color css
<style>
span { border-color: #F750C9; }
span { border-color: rgb(247,80,201); }
td.TdClassName
{
border-color: #F750C9;
}
.TagClassName
{
border-color: #F750C9;
}
</style>