Shades of Razzle Dazzle Rose #F31DDD
Tints of Razzle Dazzle Rose #F31DDD
RGB
CMYK
RGB Variations
Color information
#F31DDD (or 0xF31DDD) is known color: Razzle Dazzle Rose. HEX triplet: F3, 1D and DD. RGB value is (243,29,221). Sum of RGB (Red+Green+Blue) = 243+29+221=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 29 (11.72% from 255 or 5.88% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F31DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31DDD is #0CE222. Grayscale: #727272. Windows color (decimal): -844323 or 14491123. OLE color: 14491123.
HSL color Cylindrical-coordinate representation of color #F31DDD: hue angle of 306.17º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31DDD is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 221 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.05 |
| HSL | 306.17º | 0.9% | 0.53% | - |
| HSV(B) | 306.17º | 0.88% | 0.95% | - |
| XYZ | 50.45 | 25.15 | 70.6 | - |
| YUV | 114.87 | 187.9 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 221 | 0 | 0.88 | 0.09 | 0.05 | 306.17 | 0.9 | 0.53 |
| Hex | F3 | 1D | DD | 0 | 58 | 9 | 5 | 132 | 5A | 35 |
| Octal | 363 | 35 | 335 | 0 | 130 | 11 | 5 | 462 | 132 | 65 |
| Binary | 11110011 | 11101 | 11011101 | 0 | 1011000 | 1001 | 101 | 100110010 | 1011010 | 110101 |
Color Harmonies of #F31DDD
Complementary color
Monochromatic Colors of #F31DDD
Black with #F31DDD
Text Example
Text Example
White with #F31DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31DDD; }
p { color: rgb(243,29,221); }
H1.HeaderClassName
{
color: #F31DDD;
}
.AnyTagClassName
{
color: #F31DDD;
}
</style>
background-color css
<style>
a { background-color: #F31DDD; }
a { background-color: rgb(243,29,221); }
div.DivClassName
{
background-color: #F31DDD;
}
.BgClassName
{
background-color: #F31DDD;
}
</style>
border-color css
<style>
span { border-color: #F31DDD; }
span { border-color: rgb(243,29,221); }
td.TdClassName
{
border-color: #F31DDD;
}
.TagClassName
{
border-color: #F31DDD;
}
</style>