Shades of Razzle Dazzle Rose #F833ED
Tints of Razzle Dazzle Rose #F833ED
RGB
CMYK
RGB Variations
Color information
#F833ED (or 0xF833ED) is known color: Razzle Dazzle Rose. HEX triplet: F8, 33 and ED. RGB value is (248,51,237). Sum of RGB (Red+Green+Blue) = 248+51+237=536 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.27% from 536); Green value is 51 (20.31% from 255 or 9.51% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 248 - color contains mainly: red. Hex color #F833ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F833ED is #07CC12. Grayscale: #828282. Windows color (decimal): -510995 or 15545336. OLE color: 15545336.
HSL color Cylindrical-coordinate representation of color #F833ED: hue angle of 303.35º 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 #F833ED is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 51 | 237 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.03 |
| HSL | 303.35º | 0.93% | 0.59% | - |
| HSV(B) | 303.35º | 0.79% | 0.97% | - |
| XYZ | 55.18 | 28.44 | 82.7 | - |
| YUV | 131.11 | 187.77 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 51 | 237 | 0 | 0.79 | 0.04 | 0.03 | 303.35 | 0.93 | 0.59 |
| Hex | F8 | 33 | ED | 0 | 4F | 4 | 3 | 12F | 5D | 3B |
| Octal | 370 | 63 | 355 | 0 | 117 | 4 | 3 | 457 | 135 | 73 |
| Binary | 11111000 | 110011 | 11101101 | 0 | 1001111 | 100 | 11 | 100101111 | 1011101 | 111011 |
Color Harmonies of #F833ED
Complementary color
Monochromatic Colors of #F833ED
Black with #F833ED
Text Example
Text Example
White with #F833ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F833ED; }
p { color: rgb(248,51,237); }
H1.HeaderClassName
{
color: #F833ED;
}
.AnyTagClassName
{
color: #F833ED;
}
</style>
background-color css
<style>
a { background-color: #F833ED; }
a { background-color: rgb(248,51,237); }
div.DivClassName
{
background-color: #F833ED;
}
.BgClassName
{
background-color: #F833ED;
}
</style>
border-color css
<style>
span { border-color: #F833ED; }
span { border-color: rgb(248,51,237); }
td.TdClassName
{
border-color: #F833ED;
}
.TagClassName
{
border-color: #F833ED;
}
</style>