Shades of Razzle Dazzle Rose #F826DF
Tints of Razzle Dazzle Rose #F826DF
RGB
CMYK
RGB Variations
Color information
#F826DF (or 0xF826DF) is known color: Razzle Dazzle Rose. HEX triplet: F8, 26 and DF. RGB value is (248,38,223). Sum of RGB (Red+Green+Blue) = 248+38+223=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 38 (15.23% from 255 or 7.47% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F826DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F826DF is #07D920. Grayscale: #797979. Windows color (decimal): -514337 or 14624504. OLE color: 14624504.
HSL color Cylindrical-coordinate representation of color #F826DF: hue angle of 307.14º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F826DF is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 38 | 223 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.03 |
| HSL | 307.14º | 0.94% | 0.56% | - |
| HSV(B) | 307.14º | 0.85% | 0.97% | - |
| XYZ | 52.72 | 26.67 | 72.18 | - |
| YUV | 121.88 | 185.07 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 38 | 223 | 0 | 0.85 | 0.10 | 0.03 | 307.14 | 0.94 | 0.56 |
| Hex | F8 | 26 | DF | 0 | 55 | A | 3 | 133 | 5E | 38 |
| Octal | 370 | 46 | 337 | 0 | 125 | 12 | 3 | 463 | 136 | 70 |
| Binary | 11111000 | 100110 | 11011111 | 0 | 1010101 | 1010 | 11 | 100110011 | 1011110 | 111000 |
Color Harmonies of #F826DF
Complementary color
Monochromatic Colors of #F826DF
Black with #F826DF
Text Example
Text Example
White with #F826DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F826DF; }
p { color: rgb(248,38,223); }
H1.HeaderClassName
{
color: #F826DF;
}
.AnyTagClassName
{
color: #F826DF;
}
</style>
background-color css
<style>
a { background-color: #F826DF; }
a { background-color: rgb(248,38,223); }
div.DivClassName
{
background-color: #F826DF;
}
.BgClassName
{
background-color: #F826DF;
}
</style>
border-color css
<style>
span { border-color: #F826DF; }
span { border-color: rgb(248,38,223); }
td.TdClassName
{
border-color: #F826DF;
}
.TagClassName
{
border-color: #F826DF;
}
</style>