Shades of Razzle Dazzle Rose #F327D0
Tints of Razzle Dazzle Rose #F327D0
RGB
CMYK
RGB Variations
Color information
#F327D0 (or 0xF327D0) is known color: Razzle Dazzle Rose. HEX triplet: F3, 27 and D0. RGB value is (243,39,208). Sum of RGB (Red+Green+Blue) = 243+39+208=490 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.59% from 490); Green value is 39 (15.62% from 255 or 7.96% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 243 - color contains mainly: red. Hex color #F327D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F327D0 is #0CD82F. Grayscale: #767676. Windows color (decimal): -841776 or 13641715. OLE color: 13641715.
HSL color Cylindrical-coordinate representation of color #F327D0: hue angle of 310.29º 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 #F327D0 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 208 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.05 |
| HSL | 310.29º | 0.89% | 0.55% | - |
| HSV(B) | 310.29º | 0.84% | 0.95% | - |
| XYZ | 49.07 | 25.06 | 61.93 | - |
| YUV | 119.26 | 178.09 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 208 | 0 | 0.84 | 0.14 | 0.05 | 310.29 | 0.89 | 0.55 |
| Hex | F3 | 27 | D0 | 0 | 54 | E | 5 | 136 | 59 | 37 |
| Octal | 363 | 47 | 320 | 0 | 124 | 16 | 5 | 466 | 131 | 67 |
| Binary | 11110011 | 100111 | 11010000 | 0 | 1010100 | 1110 | 101 | 100110110 | 1011001 | 110111 |
Color Harmonies of #F327D0
Complementary color
Monochromatic Colors of #F327D0
Black with #F327D0
Text Example
Text Example
White with #F327D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F327D0; }
p { color: rgb(243,39,208); }
H1.HeaderClassName
{
color: #F327D0;
}
.AnyTagClassName
{
color: #F327D0;
}
</style>
background-color css
<style>
a { background-color: #F327D0; }
a { background-color: rgb(243,39,208); }
div.DivClassName
{
background-color: #F327D0;
}
.BgClassName
{
background-color: #F327D0;
}
</style>
border-color css
<style>
span { border-color: #F327D0; }
span { border-color: rgb(243,39,208); }
td.TdClassName
{
border-color: #F327D0;
}
.TagClassName
{
border-color: #F327D0;
}
</style>