Shades of Razzle Dazzle Rose #F93BCC
Tints of Razzle Dazzle Rose #F93BCC
RGB
CMYK
RGB Variations
Color information
#F93BCC (or 0xF93BCC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3B and CC. RGB value is (249,59,204). Sum of RGB (Red+Green+Blue) = 249+59+204=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 59 (23.44% from 255 or 11.52% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F93BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93BCC is #06C433. Grayscale: #838383. Windows color (decimal): -443444 or 13384697. OLE color: 13384697.
HSL color Cylindrical-coordinate representation of color #F93BCC: hue angle of 314.21º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93BCC is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 59 | 204 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.02 |
| HSL | 314.21º | 0.94% | 0.6% | - |
| HSV(B) | 314.21º | 0.76% | 0.98% | - |
| XYZ | 51.53 | 27.63 | 59.74 | - |
| YUV | 132.34 | 168.45 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 59 | 204 | 0 | 0.76 | 0.18 | 0.02 | 314.21 | 0.94 | 0.6 |
| Hex | F9 | 3B | CC | 0 | 4C | 12 | 2 | 13A | 5E | 3C |
| Octal | 371 | 73 | 314 | 0 | 114 | 22 | 2 | 472 | 136 | 74 |
| Binary | 11111001 | 111011 | 11001100 | 0 | 1001100 | 10010 | 10 | 100111010 | 1011110 | 111100 |
Color Harmonies of #F93BCC
Complementary color
Monochromatic Colors of #F93BCC
Black with #F93BCC
Text Example
Text Example
White with #F93BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93BCC; }
p { color: rgb(249,59,204); }
H1.HeaderClassName
{
color: #F93BCC;
}
.AnyTagClassName
{
color: #F93BCC;
}
</style>
background-color css
<style>
a { background-color: #F93BCC; }
a { background-color: rgb(249,59,204); }
div.DivClassName
{
background-color: #F93BCC;
}
.BgClassName
{
background-color: #F93BCC;
}
</style>
border-color css
<style>
span { border-color: #F93BCC; }
span { border-color: rgb(249,59,204); }
td.TdClassName
{
border-color: #F93BCC;
}
.TagClassName
{
border-color: #F93BCC;
}
</style>