Shades of Razzle Dazzle Rose #F82DDD
Tints of Razzle Dazzle Rose #F82DDD
RGB
CMYK
RGB Variations
Color information
#F82DDD (or 0xF82DDD) is known color: Razzle Dazzle Rose. HEX triplet: F8, 2D and DD. RGB value is (248,45,221). Sum of RGB (Red+Green+Blue) = 248+45+221=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 45 (17.97% from 255 or 8.75% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F82DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F82DDD is #07D222. Grayscale: #7D7D7D. Windows color (decimal): -512547 or 14495224. OLE color: 14495224.
HSL color Cylindrical-coordinate representation of color #F82DDD: hue angle of 307.98º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F82DDD is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 45 | 221 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.03 |
| HSL | 307.98º | 0.94% | 0.57% | - |
| HSV(B) | 307.98º | 0.82% | 0.97% | - |
| XYZ | 52.7 | 27.05 | 70.85 | - |
| YUV | 125.76 | 181.75 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 45 | 221 | 0 | 0.82 | 0.11 | 0.03 | 307.98 | 0.94 | 0.57 |
| Hex | F8 | 2D | DD | 0 | 52 | B | 3 | 134 | 5E | 39 |
| Octal | 370 | 55 | 335 | 0 | 122 | 13 | 3 | 464 | 136 | 71 |
| Binary | 11111000 | 101101 | 11011101 | 0 | 1010010 | 1011 | 11 | 100110100 | 1011110 | 111001 |
Color Harmonies of #F82DDD
Complementary color
Monochromatic Colors of #F82DDD
Black with #F82DDD
Text Example
Text Example
White with #F82DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82DDD; }
p { color: rgb(248,45,221); }
H1.HeaderClassName
{
color: #F82DDD;
}
.AnyTagClassName
{
color: #F82DDD;
}
</style>
background-color css
<style>
a { background-color: #F82DDD; }
a { background-color: rgb(248,45,221); }
div.DivClassName
{
background-color: #F82DDD;
}
.BgClassName
{
background-color: #F82DDD;
}
</style>
border-color css
<style>
span { border-color: #F82DDD; }
span { border-color: rgb(248,45,221); }
td.TdClassName
{
border-color: #F82DDD;
}
.TagClassName
{
border-color: #F82DDD;
}
</style>