Shades of Razzle Dazzle Rose #F933C9
Tints of Razzle Dazzle Rose #F933C9
RGB
CMYK
RGB Variations
Color information
#F933C9 (or 0xF933C9) is known color: Razzle Dazzle Rose. HEX triplet: F9, 33 and C9. RGB value is (249,51,201). Sum of RGB (Red+Green+Blue) = 249+51+201=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 51 (20.31% from 255 or 10.18% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F933C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F933C9 is #06CC36. Grayscale: #7E7E7E. Windows color (decimal): -445495 or 13186041. OLE color: 13186041.
HSL color Cylindrical-coordinate representation of color #F933C9: hue angle of 314.55º 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 #F933C9 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 51 | 201 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.02 |
| HSL | 314.55º | 0.94% | 0.59% | - |
| HSV(B) | 314.55º | 0.8% | 0.98% | - |
| XYZ | 50.79 | 26.72 | 57.74 | - |
| YUV | 127.3 | 169.6 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 51 | 201 | 0 | 0.80 | 0.19 | 0.02 | 314.55 | 0.94 | 0.59 |
| Hex | F9 | 33 | C9 | 0 | 50 | 13 | 2 | 13B | 5E | 3B |
| Octal | 371 | 63 | 311 | 0 | 120 | 23 | 2 | 473 | 136 | 73 |
| Binary | 11111001 | 110011 | 11001001 | 0 | 1010000 | 10011 | 10 | 100111011 | 1011110 | 111011 |
Color Harmonies of #F933C9
Complementary color
Monochromatic Colors of #F933C9
Black with #F933C9
Text Example
Text Example
White with #F933C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F933C9; }
p { color: rgb(249,51,201); }
H1.HeaderClassName
{
color: #F933C9;
}
.AnyTagClassName
{
color: #F933C9;
}
</style>
background-color css
<style>
a { background-color: #F933C9; }
a { background-color: rgb(249,51,201); }
div.DivClassName
{
background-color: #F933C9;
}
.BgClassName
{
background-color: #F933C9;
}
</style>
border-color css
<style>
span { border-color: #F933C9; }
span { border-color: rgb(249,51,201); }
td.TdClassName
{
border-color: #F933C9;
}
.TagClassName
{
border-color: #F933C9;
}
</style>