Shades of Razzle Dazzle Rose #F833D6
Tints of Razzle Dazzle Rose #F833D6
RGB
CMYK
RGB Variations
Color information
#F833D6 (or 0xF833D6) is known color: Razzle Dazzle Rose. HEX triplet: F8, 33 and D6. RGB value is (248,51,214). Sum of RGB (Red+Green+Blue) = 248+51+214=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 51 (20.31% from 255 or 9.94% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F833D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F833D6 is #07CC29. Grayscale: #808080. Windows color (decimal): -511018 or 14038008. OLE color: 14038008.
HSL color Cylindrical-coordinate representation of color #F833D6: hue angle of 310.36º 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 #F833D6 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 51 | 214 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.03 |
| HSL | 310.36º | 0.93% | 0.59% | - |
| HSV(B) | 310.36º | 0.79% | 0.97% | - |
| XYZ | 52.03 | 27.18 | 66.12 | - |
| YUV | 128.49 | 176.27 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 51 | 214 | 0 | 0.79 | 0.14 | 0.03 | 310.36 | 0.93 | 0.59 |
| Hex | F8 | 33 | D6 | 0 | 4F | E | 3 | 136 | 5D | 3B |
| Octal | 370 | 63 | 326 | 0 | 117 | 16 | 3 | 466 | 135 | 73 |
| Binary | 11111000 | 110011 | 11010110 | 0 | 1001111 | 1110 | 11 | 100110110 | 1011101 | 111011 |
Color Harmonies of #F833D6
Complementary color
Monochromatic Colors of #F833D6
Black with #F833D6
Text Example
Text Example
White with #F833D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F833D6; }
p { color: rgb(248,51,214); }
H1.HeaderClassName
{
color: #F833D6;
}
.AnyTagClassName
{
color: #F833D6;
}
</style>
background-color css
<style>
a { background-color: #F833D6; }
a { background-color: rgb(248,51,214); }
div.DivClassName
{
background-color: #F833D6;
}
.BgClassName
{
background-color: #F833D6;
}
</style>
border-color css
<style>
span { border-color: #F833D6; }
span { border-color: rgb(248,51,214); }
td.TdClassName
{
border-color: #F833D6;
}
.TagClassName
{
border-color: #F833D6;
}
</style>