Shades of Razzle Dazzle Rose #F833D3
Tints of Razzle Dazzle Rose #F833D3
RGB
CMYK
RGB Variations
Color information
#F833D3 (or 0xF833D3) is known color: Razzle Dazzle Rose. HEX triplet: F8, 33 and D3. RGB value is (248,51,211). Sum of RGB (Red+Green+Blue) = 248+51+211=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 51 (20.31% from 255 or 10% from 510); Blue value is 211 (82.81% from 255 or 41.37% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F833D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F833D3 is #07CC2C. Grayscale: #7F7F7F. Windows color (decimal): -511021 or 13841400. OLE color: 13841400.
HSL color Cylindrical-coordinate representation of color #F833D3: hue angle of 311.27º 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 #F833D3 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 51 | 211 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.03 |
| HSL | 311.27º | 0.93% | 0.59% | - |
| HSV(B) | 311.27º | 0.79% | 0.97% | - |
| XYZ | 51.65 | 27.03 | 64.12 | - |
| YUV | 128.14 | 174.77 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 51 | 211 | 0 | 0.79 | 0.15 | 0.03 | 311.27 | 0.93 | 0.59 |
| Hex | F8 | 33 | D3 | 0 | 4F | F | 3 | 137 | 5D | 3B |
| Octal | 370 | 63 | 323 | 0 | 117 | 17 | 3 | 467 | 135 | 73 |
| Binary | 11111000 | 110011 | 11010011 | 0 | 1001111 | 1111 | 11 | 100110111 | 1011101 | 111011 |
Color Harmonies of #F833D3
Complementary color
Monochromatic Colors of #F833D3
Black with #F833D3
Text Example
Text Example
White with #F833D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F833D3; }
p { color: rgb(248,51,211); }
H1.HeaderClassName
{
color: #F833D3;
}
.AnyTagClassName
{
color: #F833D3;
}
</style>
background-color css
<style>
a { background-color: #F833D3; }
a { background-color: rgb(248,51,211); }
div.DivClassName
{
background-color: #F833D3;
}
.BgClassName
{
background-color: #F833D3;
}
</style>
border-color css
<style>
span { border-color: #F833D3; }
span { border-color: rgb(248,51,211); }
td.TdClassName
{
border-color: #F833D3;
}
.TagClassName
{
border-color: #F833D3;
}
</style>