Shades of Razzle Dazzle Rose #F821DF
Tints of Razzle Dazzle Rose #F821DF
RGB
CMYK
RGB Variations
Color information
#F821DF (or 0xF821DF) is known color: Razzle Dazzle Rose. HEX triplet: F8, 21 and DF. RGB value is (248,33,223). Sum of RGB (Red+Green+Blue) = 248+33+223=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 33 (13.28% from 255 or 6.55% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F821DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F821DF is #07DE20. Grayscale: #767676. Windows color (decimal): -515617 or 14623224. OLE color: 14623224.
HSL color Cylindrical-coordinate representation of color #F821DF: hue angle of 306.98º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F821DF is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 33 | 223 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.03 |
| HSL | 306.98º | 0.94% | 0.55% | - |
| HSV(B) | 306.98º | 0.87% | 0.97% | - |
| XYZ | 52.57 | 26.37 | 72.13 | - |
| YUV | 118.95 | 186.73 | 220.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 33 | 223 | 0 | 0.87 | 0.10 | 0.03 | 306.98 | 0.94 | 0.55 |
| Hex | F8 | 21 | DF | 0 | 57 | A | 3 | 133 | 5E | 37 |
| Octal | 370 | 41 | 337 | 0 | 127 | 12 | 3 | 463 | 136 | 67 |
| Binary | 11111000 | 100001 | 11011111 | 0 | 1010111 | 1010 | 11 | 100110011 | 1011110 | 110111 |
Color Harmonies of #F821DF
Complementary color
Monochromatic Colors of #F821DF
Black with #F821DF
Text Example
Text Example
White with #F821DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F821DF; }
p { color: rgb(248,33,223); }
H1.HeaderClassName
{
color: #F821DF;
}
.AnyTagClassName
{
color: #F821DF;
}
</style>
background-color css
<style>
a { background-color: #F821DF; }
a { background-color: rgb(248,33,223); }
div.DivClassName
{
background-color: #F821DF;
}
.BgClassName
{
background-color: #F821DF;
}
</style>
border-color css
<style>
span { border-color: #F821DF; }
span { border-color: rgb(248,33,223); }
td.TdClassName
{
border-color: #F821DF;
}
.TagClassName
{
border-color: #F821DF;
}
</style>