Shades of Razzle Dazzle Rose #F828DF
Tints of Razzle Dazzle Rose #F828DF
RGB
CMYK
RGB Variations
Color information
#F828DF (or 0xF828DF) is known color: Razzle Dazzle Rose. HEX triplet: F8, 28 and DF. RGB value is (248,40,223). Sum of RGB (Red+Green+Blue) = 248+40+223=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 40 (16.02% from 255 or 7.83% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F828DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F828DF is #07D720. Grayscale: #7A7A7A. Windows color (decimal): -513825 or 14625016. OLE color: 14625016.
HSL color Cylindrical-coordinate representation of color #F828DF: hue angle of 307.21º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F828DF is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 40 | 223 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.03 |
| HSL | 307.21º | 0.94% | 0.56% | - |
| HSV(B) | 307.21º | 0.84% | 0.97% | - |
| XYZ | 52.79 | 26.8 | 72.2 | - |
| YUV | 123.05 | 184.41 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 40 | 223 | 0 | 0.84 | 0.10 | 0.03 | 307.21 | 0.94 | 0.56 |
| Hex | F8 | 28 | DF | 0 | 54 | A | 3 | 133 | 5E | 38 |
| Octal | 370 | 50 | 337 | 0 | 124 | 12 | 3 | 463 | 136 | 70 |
| Binary | 11111000 | 101000 | 11011111 | 0 | 1010100 | 1010 | 11 | 100110011 | 1011110 | 111000 |
Color Harmonies of #F828DF
Complementary color
Monochromatic Colors of #F828DF
Black with #F828DF
Text Example
Text Example
White with #F828DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F828DF; }
p { color: rgb(248,40,223); }
H1.HeaderClassName
{
color: #F828DF;
}
.AnyTagClassName
{
color: #F828DF;
}
</style>
background-color css
<style>
a { background-color: #F828DF; }
a { background-color: rgb(248,40,223); }
div.DivClassName
{
background-color: #F828DF;
}
.BgClassName
{
background-color: #F828DF;
}
</style>
border-color css
<style>
span { border-color: #F828DF; }
span { border-color: rgb(248,40,223); }
td.TdClassName
{
border-color: #F828DF;
}
.TagClassName
{
border-color: #F828DF;
}
</style>