Shades of Razzle Dazzle Rose #F93ACD
Tints of Razzle Dazzle Rose #F93ACD
RGB
CMYK
RGB Variations
Color information
#F93ACD (or 0xF93ACD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3A and CD. RGB value is (249,58,205). Sum of RGB (Red+Green+Blue) = 249+58+205=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 58 (23.05% from 255 or 11.33% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F93ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93ACD is #06C532. Grayscale: #838383. Windows color (decimal): -443699 or 13449977. OLE color: 13449977.
HSL color Cylindrical-coordinate representation of color #F93ACD: hue angle of 313.82º 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 #F93ACD is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 205 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.02 |
| HSL | 313.82º | 0.94% | 0.6% | - |
| HSV(B) | 313.82º | 0.77% | 0.98% | - |
| XYZ | 51.6 | 27.57 | 60.36 | - |
| YUV | 131.87 | 169.28 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 205 | 0 | 0.77 | 0.18 | 0.02 | 313.82 | 0.94 | 0.6 |
| Hex | F9 | 3A | CD | 0 | 4D | 12 | 2 | 13A | 5E | 3C |
| Octal | 371 | 72 | 315 | 0 | 115 | 22 | 2 | 472 | 136 | 74 |
| Binary | 11111001 | 111010 | 11001101 | 0 | 1001101 | 10010 | 10 | 100111010 | 1011110 | 111100 |
Color Harmonies of #F93ACD
Complementary color
Monochromatic Colors of #F93ACD
Black with #F93ACD
Text Example
Text Example
White with #F93ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93ACD; }
p { color: rgb(249,58,205); }
H1.HeaderClassName
{
color: #F93ACD;
}
.AnyTagClassName
{
color: #F93ACD;
}
</style>
background-color css
<style>
a { background-color: #F93ACD; }
a { background-color: rgb(249,58,205); }
div.DivClassName
{
background-color: #F93ACD;
}
.BgClassName
{
background-color: #F93ACD;
}
</style>
border-color css
<style>
span { border-color: #F93ACD; }
span { border-color: rgb(249,58,205); }
td.TdClassName
{
border-color: #F93ACD;
}
.TagClassName
{
border-color: #F93ACD;
}
</style>