Shades of Razzle Dazzle Rose #F933CE
Tints of Razzle Dazzle Rose #F933CE
RGB
CMYK
RGB Variations
Color information
#F933CE (or 0xF933CE) is known color: Razzle Dazzle Rose. HEX triplet: F9, 33 and CE. RGB value is (249,51,206). Sum of RGB (Red+Green+Blue) = 249+51+206=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 51 (20.31% from 255 or 10.08% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F933CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F933CE is #06CC31. Grayscale: #7F7F7F. Windows color (decimal): -445490 or 13513721. OLE color: 13513721.
HSL color Cylindrical-coordinate representation of color #F933CE: hue angle of 313.03º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F933CE is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 51 | 206 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.02 |
| HSL | 313.03º | 0.94% | 0.59% | - |
| HSV(B) | 313.03º | 0.8% | 0.98% | - |
| XYZ | 51.39 | 26.96 | 60.89 | - |
| YUV | 127.87 | 172.1 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 51 | 206 | 0 | 0.80 | 0.17 | 0.02 | 313.03 | 0.94 | 0.59 |
| Hex | F9 | 33 | CE | 0 | 50 | 11 | 2 | 139 | 5E | 3B |
| Octal | 371 | 63 | 316 | 0 | 120 | 21 | 2 | 471 | 136 | 73 |
| Binary | 11111001 | 110011 | 11001110 | 0 | 1010000 | 10001 | 10 | 100111001 | 1011110 | 111011 |
Color Harmonies of #F933CE
Complementary color
Monochromatic Colors of #F933CE
Black with #F933CE
Text Example
Text Example
White with #F933CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F933CE; }
p { color: rgb(249,51,206); }
H1.HeaderClassName
{
color: #F933CE;
}
.AnyTagClassName
{
color: #F933CE;
}
</style>
background-color css
<style>
a { background-color: #F933CE; }
a { background-color: rgb(249,51,206); }
div.DivClassName
{
background-color: #F933CE;
}
.BgClassName
{
background-color: #F933CE;
}
</style>
border-color css
<style>
span { border-color: #F933CE; }
span { border-color: rgb(249,51,206); }
td.TdClassName
{
border-color: #F933CE;
}
.TagClassName
{
border-color: #F933CE;
}
</style>