Shades of Razzle Dazzle Rose #F833DF
Tints of Razzle Dazzle Rose #F833DF
RGB
CMYK
RGB Variations
Color information
#F833DF (or 0xF833DF) is known color: Razzle Dazzle Rose. HEX triplet: F8, 33 and DF. RGB value is (248,51,223). Sum of RGB (Red+Green+Blue) = 248+51+223=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 51 (20.31% from 255 or 9.77% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 248 - color contains mainly: red. Hex color #F833DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F833DF is #07CC20. Grayscale: #818181. Windows color (decimal): -511009 or 14627832. OLE color: 14627832.
HSL color Cylindrical-coordinate representation of color #F833DF: hue angle of 307.61º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F833DF is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 51 | 223 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.03 |
| HSL | 307.61º | 0.93% | 0.59% | - |
| HSV(B) | 307.61º | 0.79% | 0.97% | - |
| XYZ | 53.21 | 27.65 | 72.34 | - |
| YUV | 129.51 | 180.77 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 51 | 223 | 0 | 0.79 | 0.10 | 0.03 | 307.61 | 0.93 | 0.59 |
| Hex | F8 | 33 | DF | 0 | 4F | A | 3 | 134 | 5D | 3B |
| Octal | 370 | 63 | 337 | 0 | 117 | 12 | 3 | 464 | 135 | 73 |
| Binary | 11111000 | 110011 | 11011111 | 0 | 1001111 | 1010 | 11 | 100110100 | 1011101 | 111011 |
Color Harmonies of #F833DF
Complementary color
Monochromatic Colors of #F833DF
Black with #F833DF
Text Example
Text Example
White with #F833DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F833DF; }
p { color: rgb(248,51,223); }
H1.HeaderClassName
{
color: #F833DF;
}
.AnyTagClassName
{
color: #F833DF;
}
</style>
background-color css
<style>
a { background-color: #F833DF; }
a { background-color: rgb(248,51,223); }
div.DivClassName
{
background-color: #F833DF;
}
.BgClassName
{
background-color: #F833DF;
}
</style>
border-color css
<style>
span { border-color: #F833DF; }
span { border-color: rgb(248,51,223); }
td.TdClassName
{
border-color: #F833DF;
}
.TagClassName
{
border-color: #F833DF;
}
</style>