Shades of Razzle Dazzle Rose #F93ACE
Tints of Razzle Dazzle Rose #F93ACE
RGB
CMYK
RGB Variations
Color information
#F93ACE (or 0xF93ACE) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3A and CE. RGB value is (249,58,206). Sum of RGB (Red+Green+Blue) = 249+58+206=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 58 (23.05% from 255 or 11.31% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F93ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93ACE is #06C531. Grayscale: #838383. Windows color (decimal): -443698 or 13515513. OLE color: 13515513.
HSL color Cylindrical-coordinate representation of color #F93ACE: hue angle of 313.51º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F93ACE is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 206 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.02 |
| HSL | 313.51º | 0.94% | 0.6% | - |
| HSV(B) | 313.51º | 0.77% | 0.98% | - |
| XYZ | 51.72 | 27.62 | 61 | - |
| YUV | 131.98 | 169.78 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 206 | 0 | 0.77 | 0.17 | 0.02 | 313.51 | 0.94 | 0.6 |
| Hex | F9 | 3A | CE | 0 | 4D | 11 | 2 | 13A | 5E | 3C |
| Octal | 371 | 72 | 316 | 0 | 115 | 21 | 2 | 472 | 136 | 74 |
| Binary | 11111001 | 111010 | 11001110 | 0 | 1001101 | 10001 | 10 | 100111010 | 1011110 | 111100 |
Color Harmonies of #F93ACE
Complementary color
Monochromatic Colors of #F93ACE
Black with #F93ACE
Text Example
Text Example
White with #F93ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93ACE; }
p { color: rgb(249,58,206); }
H1.HeaderClassName
{
color: #F93ACE;
}
.AnyTagClassName
{
color: #F93ACE;
}
</style>
background-color css
<style>
a { background-color: #F93ACE; }
a { background-color: rgb(249,58,206); }
div.DivClassName
{
background-color: #F93ACE;
}
.BgClassName
{
background-color: #F93ACE;
}
</style>
border-color css
<style>
span { border-color: #F93ACE; }
span { border-color: rgb(249,58,206); }
td.TdClassName
{
border-color: #F93ACE;
}
.TagClassName
{
border-color: #F93ACE;
}
</style>