Shades of Razzle Dazzle Rose #F94CCC
Tints of Razzle Dazzle Rose #F94CCC
RGB
CMYK
RGB Variations
Color information
#F94CCC (or 0xF94CCC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 4C and CC. RGB value is (249,76,204). Sum of RGB (Red+Green+Blue) = 249+76+204=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 76 (30.08% from 255 or 14.37% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F94CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94CCC is #06B333. Grayscale: #8D8D8D. Windows color (decimal): -439092 or 13389049. OLE color: 13389049.
HSL color Cylindrical-coordinate representation of color #F94CCC: hue angle of 315.61º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94CCC is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 76 | 204 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.02 |
| HSL | 315.61º | 0.94% | 0.64% | - |
| HSV(B) | 315.61º | 0.69% | 0.98% | - |
| XYZ | 52.55 | 29.67 | 60.08 | - |
| YUV | 142.32 | 162.81 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 76 | 204 | 0 | 0.69 | 0.18 | 0.02 | 315.61 | 0.94 | 0.64 |
| Hex | F9 | 4C | CC | 0 | 45 | 12 | 2 | 13C | 5E | 40 |
| Octal | 371 | 114 | 314 | 0 | 105 | 22 | 2 | 474 | 136 | 100 |
| Binary | 11111001 | 1001100 | 11001100 | 0 | 1000101 | 10010 | 10 | 100111100 | 1011110 | 1000000 |
Color Harmonies of #F94CCC
Complementary color
Monochromatic Colors of #F94CCC
Black with #F94CCC
Text Example
Text Example
White with #F94CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94CCC; }
p { color: rgb(249,76,204); }
H1.HeaderClassName
{
color: #F94CCC;
}
.AnyTagClassName
{
color: #F94CCC;
}
</style>
background-color css
<style>
a { background-color: #F94CCC; }
a { background-color: rgb(249,76,204); }
div.DivClassName
{
background-color: #F94CCC;
}
.BgClassName
{
background-color: #F94CCC;
}
</style>
border-color css
<style>
span { border-color: #F94CCC; }
span { border-color: rgb(249,76,204); }
td.TdClassName
{
border-color: #F94CCC;
}
.TagClassName
{
border-color: #F94CCC;
}
</style>