Shades of Razzle Dazzle Rose #F93CDA
Tints of Razzle Dazzle Rose #F93CDA
RGB
CMYK
RGB Variations
Color information
#F93CDA (or 0xF93CDA) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3C and DA. RGB value is (249,60,218). Sum of RGB (Red+Green+Blue) = 249+60+218=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 60 (23.83% from 255 or 11.39% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F93CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93CDA is #06C325. Grayscale: #868686. Windows color (decimal): -443174 or 14302457. OLE color: 14302457.
HSL color Cylindrical-coordinate representation of color #F93CDA: hue angle of 309.84º 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 #F93CDA is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 60 | 218 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.02 |
| HSL | 309.84º | 0.94% | 0.61% | - |
| HSV(B) | 309.84º | 0.76% | 0.98% | - |
| XYZ | 53.34 | 28.43 | 69.01 | - |
| YUV | 134.52 | 175.12 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 60 | 218 | 0 | 0.76 | 0.12 | 0.02 | 309.84 | 0.94 | 0.61 |
| Hex | F9 | 3C | DA | 0 | 4C | C | 2 | 136 | 5E | 3D |
| Octal | 371 | 74 | 332 | 0 | 114 | 14 | 2 | 466 | 136 | 75 |
| Binary | 11111001 | 111100 | 11011010 | 0 | 1001100 | 1100 | 10 | 100110110 | 1011110 | 111101 |
Color Harmonies of #F93CDA
Complementary color
Monochromatic Colors of #F93CDA
Black with #F93CDA
Text Example
Text Example
White with #F93CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93CDA; }
p { color: rgb(249,60,218); }
H1.HeaderClassName
{
color: #F93CDA;
}
.AnyTagClassName
{
color: #F93CDA;
}
</style>
background-color css
<style>
a { background-color: #F93CDA; }
a { background-color: rgb(249,60,218); }
div.DivClassName
{
background-color: #F93CDA;
}
.BgClassName
{
background-color: #F93CDA;
}
</style>
border-color css
<style>
span { border-color: #F93CDA; }
span { border-color: rgb(249,60,218); }
td.TdClassName
{
border-color: #F93CDA;
}
.TagClassName
{
border-color: #F93CDA;
}
</style>