Shades of Razzle Dazzle Rose #F327EE
Tints of Razzle Dazzle Rose #F327EE
RGB
CMYK
RGB Variations
Color information
#F327EE (or 0xF327EE) is known color: Razzle Dazzle Rose. HEX triplet: F3, 27 and EE. RGB value is (243,39,238). Sum of RGB (Red+Green+Blue) = 243+39+238=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 39 (15.62% from 255 or 7.5% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F327EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F327EE is #0CD811. Grayscale: #7A7A7A. Windows color (decimal): -841746 or 15607795. OLE color: 15607795.
HSL color Cylindrical-coordinate representation of color #F327EE: hue angle of 301.47º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F327EE is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 238 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.05 |
| HSL | 301.47º | 0.89% | 0.55% | - |
| HSV(B) | 301.47º | 0.84% | 0.95% | - |
| XYZ | 53.12 | 26.68 | 83.24 | - |
| YUV | 122.68 | 193.09 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 238 | 0 | 0.84 | 0.02 | 0.05 | 301.47 | 0.89 | 0.55 |
| Hex | F3 | 27 | EE | 0 | 54 | 2 | 5 | 12D | 59 | 37 |
| Octal | 363 | 47 | 356 | 0 | 124 | 2 | 5 | 455 | 131 | 67 |
| Binary | 11110011 | 100111 | 11101110 | 0 | 1010100 | 10 | 101 | 100101101 | 1011001 | 110111 |
Color Harmonies of #F327EE
Complementary color
Monochromatic Colors of #F327EE
Black with #F327EE
Text Example
Text Example
White with #F327EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F327EE; }
p { color: rgb(243,39,238); }
H1.HeaderClassName
{
color: #F327EE;
}
.AnyTagClassName
{
color: #F327EE;
}
</style>
background-color css
<style>
a { background-color: #F327EE; }
a { background-color: rgb(243,39,238); }
div.DivClassName
{
background-color: #F327EE;
}
.BgClassName
{
background-color: #F327EE;
}
</style>
border-color css
<style>
span { border-color: #F327EE; }
span { border-color: rgb(243,39,238); }
td.TdClassName
{
border-color: #F327EE;
}
.TagClassName
{
border-color: #F327EE;
}
</style>