Shades of Razzle Dazzle Rose #F331EF
Tints of Razzle Dazzle Rose #F331EF
RGB
CMYK
RGB Variations
Color information
#F331EF (or 0xF331EF) is known color: Razzle Dazzle Rose. HEX triplet: F3, 31 and EF. RGB value is (243,49,239). Sum of RGB (Red+Green+Blue) = 243+49+239=531 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.76% from 531); Green value is 49 (19.53% from 255 or 9.23% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 243 - color contains mainly: red. Hex color #F331EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F331EF is #0CCE10. Grayscale: #808080. Windows color (decimal): -839185 or 15675891. OLE color: 15675891.
HSL color Cylindrical-coordinate representation of color #F331EF: hue angle of 301.24º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F331EF is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 49 | 239 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.05 |
| HSL | 301.24º | 0.89% | 0.57% | - |
| HSV(B) | 301.24º | 0.8% | 0.95% | - |
| XYZ | 53.64 | 27.48 | 84.14 | - |
| YUV | 128.67 | 190.27 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 239 | 0 | 0.80 | 0.02 | 0.05 | 301.24 | 0.89 | 0.57 |
| Hex | F3 | 31 | EF | 0 | 50 | 2 | 5 | 12D | 59 | 39 |
| Octal | 363 | 61 | 357 | 0 | 120 | 2 | 5 | 455 | 131 | 71 |
| Binary | 11110011 | 110001 | 11101111 | 0 | 1010000 | 10 | 101 | 100101101 | 1011001 | 111001 |
Color Harmonies of #F331EF
Complementary color
Monochromatic Colors of #F331EF
Black with #F331EF
Text Example
Text Example
White with #F331EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F331EF; }
p { color: rgb(243,49,239); }
H1.HeaderClassName
{
color: #F331EF;
}
.AnyTagClassName
{
color: #F331EF;
}
</style>
background-color css
<style>
a { background-color: #F331EF; }
a { background-color: rgb(243,49,239); }
div.DivClassName
{
background-color: #F331EF;
}
.BgClassName
{
background-color: #F331EF;
}
</style>
border-color css
<style>
span { border-color: #F331EF; }
span { border-color: rgb(243,49,239); }
td.TdClassName
{
border-color: #F331EF;
}
.TagClassName
{
border-color: #F331EF;
}
</style>