Shades of Razzle Dazzle Rose #F93ECC
Tints of Razzle Dazzle Rose #F93ECC
RGB
CMYK
RGB Variations
Color information
#F93ECC (or 0xF93ECC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3E and CC. RGB value is (249,62,204). Sum of RGB (Red+Green+Blue) = 249+62+204=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 62 (24.61% from 255 or 12.04% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F93ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93ECC is #06C133. Grayscale: #858585. Windows color (decimal): -442676 or 13385465. OLE color: 13385465.
HSL color Cylindrical-coordinate representation of color #F93ECC: hue angle of 314.44º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F93ECC is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 62 | 204 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.02 |
| HSL | 314.44º | 0.94% | 0.61% | - |
| HSV(B) | 314.44º | 0.75% | 0.98% | - |
| XYZ | 51.69 | 27.94 | 59.8 | - |
| YUV | 134.1 | 167.45 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 62 | 204 | 0 | 0.75 | 0.18 | 0.02 | 314.44 | 0.94 | 0.61 |
| Hex | F9 | 3E | CC | 0 | 4B | 12 | 2 | 13A | 5E | 3D |
| Octal | 371 | 76 | 314 | 0 | 113 | 22 | 2 | 472 | 136 | 75 |
| Binary | 11111001 | 111110 | 11001100 | 0 | 1001011 | 10010 | 10 | 100111010 | 1011110 | 111101 |
Color Harmonies of #F93ECC
Complementary color
Monochromatic Colors of #F93ECC
Black with #F93ECC
Text Example
Text Example
White with #F93ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93ECC; }
p { color: rgb(249,62,204); }
H1.HeaderClassName
{
color: #F93ECC;
}
.AnyTagClassName
{
color: #F93ECC;
}
</style>
background-color css
<style>
a { background-color: #F93ECC; }
a { background-color: rgb(249,62,204); }
div.DivClassName
{
background-color: #F93ECC;
}
.BgClassName
{
background-color: #F93ECC;
}
</style>
border-color css
<style>
span { border-color: #F93ECC; }
span { border-color: rgb(249,62,204); }
td.TdClassName
{
border-color: #F93ECC;
}
.TagClassName
{
border-color: #F93ECC;
}
</style>