Shades of Razzle Dazzle Rose #F93CCD
Tints of Razzle Dazzle Rose #F93CCD
RGB
CMYK
RGB Variations
Color information
#F93CCD (or 0xF93CCD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3C and CD. RGB value is (249,60,205). Sum of RGB (Red+Green+Blue) = 249+60+205=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 60 (23.83% from 255 or 11.67% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F93CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93CCD is #06C332. Grayscale: #848484. Windows color (decimal): -443187 or 13450489. OLE color: 13450489.
HSL color Cylindrical-coordinate representation of color #F93CCD: hue angle of 313.97º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93CCD is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 60 | 205 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.02 |
| HSL | 313.97º | 0.94% | 0.61% | - |
| HSV(B) | 313.97º | 0.76% | 0.98% | - |
| XYZ | 51.7 | 27.78 | 60.39 | - |
| YUV | 133.04 | 168.62 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 60 | 205 | 0 | 0.76 | 0.18 | 0.02 | 313.97 | 0.94 | 0.61 |
| Hex | F9 | 3C | CD | 0 | 4C | 12 | 2 | 13A | 5E | 3D |
| Octal | 371 | 74 | 315 | 0 | 114 | 22 | 2 | 472 | 136 | 75 |
| Binary | 11111001 | 111100 | 11001101 | 0 | 1001100 | 10010 | 10 | 100111010 | 1011110 | 111101 |
Color Harmonies of #F93CCD
Complementary color
Monochromatic Colors of #F93CCD
Black with #F93CCD
Text Example
Text Example
White with #F93CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93CCD; }
p { color: rgb(249,60,205); }
H1.HeaderClassName
{
color: #F93CCD;
}
.AnyTagClassName
{
color: #F93CCD;
}
</style>
background-color css
<style>
a { background-color: #F93CCD; }
a { background-color: rgb(249,60,205); }
div.DivClassName
{
background-color: #F93CCD;
}
.BgClassName
{
background-color: #F93CCD;
}
</style>
border-color css
<style>
span { border-color: #F93CCD; }
span { border-color: rgb(249,60,205); }
td.TdClassName
{
border-color: #F93CCD;
}
.TagClassName
{
border-color: #F93CCD;
}
</style>