Shades of Razzle Dazzle Rose #F933E5
Tints of Razzle Dazzle Rose #F933E5
RGB
CMYK
RGB Variations
Color information
#F933E5 (or 0xF933E5) is known color: Razzle Dazzle Rose. HEX triplet: F9, 33 and E5. RGB value is (249,51,229). Sum of RGB (Red+Green+Blue) = 249+51+229=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 51 (20.31% from 255 or 9.64% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F933E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F933E5 is #06CC1A. Grayscale: #818181. Windows color (decimal): -445467 or 15021049. OLE color: 15021049.
HSL color Cylindrical-coordinate representation of color #F933E5: hue angle of 306.06º 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 #F933E5 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 51 | 229 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.02 |
| HSL | 306.06º | 0.94% | 0.59% | - |
| HSV(B) | 306.06º | 0.8% | 0.98% | - |
| XYZ | 54.39 | 28.16 | 76.7 | - |
| YUV | 130.49 | 183.6 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 51 | 229 | 0 | 0.80 | 0.08 | 0.02 | 306.06 | 0.94 | 0.59 |
| Hex | F9 | 33 | E5 | 0 | 50 | 8 | 2 | 132 | 5E | 3B |
| Octal | 371 | 63 | 345 | 0 | 120 | 10 | 2 | 462 | 136 | 73 |
| Binary | 11111001 | 110011 | 11100101 | 0 | 1010000 | 1000 | 10 | 100110010 | 1011110 | 111011 |
Color Harmonies of #F933E5
Complementary color
Monochromatic Colors of #F933E5
Black with #F933E5
Text Example
Text Example
White with #F933E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F933E5; }
p { color: rgb(249,51,229); }
H1.HeaderClassName
{
color: #F933E5;
}
.AnyTagClassName
{
color: #F933E5;
}
</style>
background-color css
<style>
a { background-color: #F933E5; }
a { background-color: rgb(249,51,229); }
div.DivClassName
{
background-color: #F933E5;
}
.BgClassName
{
background-color: #F933E5;
}
</style>
border-color css
<style>
span { border-color: #F933E5; }
span { border-color: rgb(249,51,229); }
td.TdClassName
{
border-color: #F933E5;
}
.TagClassName
{
border-color: #F933E5;
}
</style>