Shades of Razzle Dazzle Rose #F833DD
Tints of Razzle Dazzle Rose #F833DD
RGB
CMYK
RGB Variations
Color information
#F833DD (or 0xF833DD) is known color: Razzle Dazzle Rose. HEX triplet: F8, 33 and DD. RGB value is (248,51,221). Sum of RGB (Red+Green+Blue) = 248+51+221=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 51 (20.31% from 255 or 9.81% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F833DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F833DD is #07CC22. Grayscale: #808080. Windows color (decimal): -511011 or 14496760. OLE color: 14496760.
HSL color Cylindrical-coordinate representation of color #F833DD: hue angle of 308.22º 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 #F833DD is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 51 | 221 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.03 |
| HSL | 308.22º | 0.93% | 0.59% | - |
| HSV(B) | 308.22º | 0.79% | 0.97% | - |
| XYZ | 52.95 | 27.54 | 70.93 | - |
| YUV | 129.28 | 179.77 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 51 | 221 | 0 | 0.79 | 0.11 | 0.03 | 308.22 | 0.93 | 0.59 |
| Hex | F8 | 33 | DD | 0 | 4F | B | 3 | 134 | 5D | 3B |
| Octal | 370 | 63 | 335 | 0 | 117 | 13 | 3 | 464 | 135 | 73 |
| Binary | 11111000 | 110011 | 11011101 | 0 | 1001111 | 1011 | 11 | 100110100 | 1011101 | 111011 |
Color Harmonies of #F833DD
Complementary color
Monochromatic Colors of #F833DD
Black with #F833DD
Text Example
Text Example
White with #F833DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F833DD; }
p { color: rgb(248,51,221); }
H1.HeaderClassName
{
color: #F833DD;
}
.AnyTagClassName
{
color: #F833DD;
}
</style>
background-color css
<style>
a { background-color: #F833DD; }
a { background-color: rgb(248,51,221); }
div.DivClassName
{
background-color: #F833DD;
}
.BgClassName
{
background-color: #F833DD;
}
</style>
border-color css
<style>
span { border-color: #F833DD; }
span { border-color: rgb(248,51,221); }
td.TdClassName
{
border-color: #F833DD;
}
.TagClassName
{
border-color: #F833DD;
}
</style>