Shades of Razzle Dazzle Rose #F327CE
Tints of Razzle Dazzle Rose #F327CE
RGB
CMYK
RGB Variations
Color information
#F327CE (or 0xF327CE) is known color: Razzle Dazzle Rose. HEX triplet: F3, 27 and CE. RGB value is (243,39,206). Sum of RGB (Red+Green+Blue) = 243+39+206=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 39 (15.62% from 255 or 7.99% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F327CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F327CE is #0CD831. Grayscale: #767676. Windows color (decimal): -841778 or 13510643. OLE color: 13510643.
HSL color Cylindrical-coordinate representation of color #F327CE: hue angle of 310.88º 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 #F327CE is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 206 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.05 |
| HSL | 310.88º | 0.89% | 0.55% | - |
| HSV(B) | 310.88º | 0.84% | 0.95% | - |
| XYZ | 48.83 | 24.96 | 60.64 | - |
| YUV | 119.03 | 177.09 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 206 | 0 | 0.84 | 0.15 | 0.05 | 310.88 | 0.89 | 0.55 |
| Hex | F3 | 27 | CE | 0 | 54 | F | 5 | 137 | 59 | 37 |
| Octal | 363 | 47 | 316 | 0 | 124 | 17 | 5 | 467 | 131 | 67 |
| Binary | 11110011 | 100111 | 11001110 | 0 | 1010100 | 1111 | 101 | 100110111 | 1011001 | 110111 |
Color Harmonies of #F327CE
Complementary color
Monochromatic Colors of #F327CE
Black with #F327CE
Text Example
Text Example
White with #F327CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F327CE; }
p { color: rgb(243,39,206); }
H1.HeaderClassName
{
color: #F327CE;
}
.AnyTagClassName
{
color: #F327CE;
}
</style>
background-color css
<style>
a { background-color: #F327CE; }
a { background-color: rgb(243,39,206); }
div.DivClassName
{
background-color: #F327CE;
}
.BgClassName
{
background-color: #F327CE;
}
</style>
border-color css
<style>
span { border-color: #F327CE; }
span { border-color: rgb(243,39,206); }
td.TdClassName
{
border-color: #F327CE;
}
.TagClassName
{
border-color: #F327CE;
}
</style>