Shades of Razzle Dazzle Rose #F833C6
Tints of Razzle Dazzle Rose #F833C6
RGB
CMYK
RGB Variations
Color information
#F833C6 (or 0xF833C6) is known color: Razzle Dazzle Rose. HEX triplet: F8, 33 and C6. RGB value is (248,51,198). Sum of RGB (Red+Green+Blue) = 248+51+198=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 51 (20.31% from 255 or 10.26% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F833C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F833C6 is #07CC39. Grayscale: #7E7E7E. Windows color (decimal): -511034 or 12989432. OLE color: 12989432.
HSL color Cylindrical-coordinate representation of color #F833C6: hue angle of 315.23º 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 #F833C6 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 51 | 198 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.03 |
| HSL | 315.23º | 0.93% | 0.59% | - |
| HSV(B) | 315.23º | 0.79% | 0.97% | - |
| XYZ | 50.09 | 26.4 | 55.88 | - |
| YUV | 126.66 | 168.27 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 51 | 198 | 0 | 0.79 | 0.20 | 0.03 | 315.23 | 0.93 | 0.59 |
| Hex | F8 | 33 | C6 | 0 | 4F | 14 | 3 | 13B | 5D | 3B |
| Octal | 370 | 63 | 306 | 0 | 117 | 24 | 3 | 473 | 135 | 73 |
| Binary | 11111000 | 110011 | 11000110 | 0 | 1001111 | 10100 | 11 | 100111011 | 1011101 | 111011 |
Color Harmonies of #F833C6
Complementary color
Monochromatic Colors of #F833C6
Black with #F833C6
Text Example
Text Example
White with #F833C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F833C6; }
p { color: rgb(248,51,198); }
H1.HeaderClassName
{
color: #F833C6;
}
.AnyTagClassName
{
color: #F833C6;
}
</style>
background-color css
<style>
a { background-color: #F833C6; }
a { background-color: rgb(248,51,198); }
div.DivClassName
{
background-color: #F833C6;
}
.BgClassName
{
background-color: #F833C6;
}
</style>
border-color css
<style>
span { border-color: #F833C6; }
span { border-color: rgb(248,51,198); }
td.TdClassName
{
border-color: #F833C6;
}
.TagClassName
{
border-color: #F833C6;
}
</style>