Shades of Razzle Dazzle Rose #F327ED
Tints of Razzle Dazzle Rose #F327ED
RGB
CMYK
RGB Variations
Color information
#F327ED (or 0xF327ED) is known color: Razzle Dazzle Rose. HEX triplet: F3, 27 and ED. RGB value is (243,39,237). Sum of RGB (Red+Green+Blue) = 243+39+237=519 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.82% from 519); Green value is 39 (15.62% from 255 or 7.51% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 243 - color contains mainly: red. Hex color #F327ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F327ED is #0CD812. Grayscale: #797979. Windows color (decimal): -841747 or 15542259. OLE color: 15542259.
HSL color Cylindrical-coordinate representation of color #F327ED: hue angle of 301.76º 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 #F327ED is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 237 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.05 |
| HSL | 301.76º | 0.89% | 0.55% | - |
| HSV(B) | 301.76º | 0.84% | 0.95% | - |
| XYZ | 52.97 | 26.62 | 82.47 | - |
| YUV | 122.57 | 192.59 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 237 | 0 | 0.84 | 0.02 | 0.05 | 301.76 | 0.89 | 0.55 |
| Hex | F3 | 27 | ED | 0 | 54 | 2 | 5 | 12E | 59 | 37 |
| Octal | 363 | 47 | 355 | 0 | 124 | 2 | 5 | 456 | 131 | 67 |
| Binary | 11110011 | 100111 | 11101101 | 0 | 1010100 | 10 | 101 | 100101110 | 1011001 | 110111 |
Color Harmonies of #F327ED
Complementary color
Monochromatic Colors of #F327ED
Black with #F327ED
Text Example
Text Example
White with #F327ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F327ED; }
p { color: rgb(243,39,237); }
H1.HeaderClassName
{
color: #F327ED;
}
.AnyTagClassName
{
color: #F327ED;
}
</style>
background-color css
<style>
a { background-color: #F327ED; }
a { background-color: rgb(243,39,237); }
div.DivClassName
{
background-color: #F327ED;
}
.BgClassName
{
background-color: #F327ED;
}
</style>
border-color css
<style>
span { border-color: #F327ED; }
span { border-color: rgb(243,39,237); }
td.TdClassName
{
border-color: #F327ED;
}
.TagClassName
{
border-color: #F327ED;
}
</style>