Shades of Razzle Dazzle Rose #F327D4
Tints of Razzle Dazzle Rose #F327D4
RGB
CMYK
RGB Variations
Color information
#F327D4 (or 0xF327D4) is known color: Razzle Dazzle Rose. HEX triplet: F3, 27 and D4. RGB value is (243,39,212). Sum of RGB (Red+Green+Blue) = 243+39+212=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 39 (15.62% from 255 or 7.89% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F327D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F327D4 is #0CD82B. Grayscale: #777777. Windows color (decimal): -841772 or 13903859. OLE color: 13903859.
HSL color Cylindrical-coordinate representation of color #F327D4: hue angle of 309.12º 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 #F327D4 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 212 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.05 |
| HSL | 309.12º | 0.89% | 0.55% | - |
| HSV(B) | 309.12º | 0.84% | 0.95% | - |
| XYZ | 49.57 | 25.26 | 64.55 | - |
| YUV | 119.72 | 180.09 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 212 | 0 | 0.84 | 0.13 | 0.05 | 309.12 | 0.89 | 0.55 |
| Hex | F3 | 27 | D4 | 0 | 54 | D | 5 | 135 | 59 | 37 |
| Octal | 363 | 47 | 324 | 0 | 124 | 15 | 5 | 465 | 131 | 67 |
| Binary | 11110011 | 100111 | 11010100 | 0 | 1010100 | 1101 | 101 | 100110101 | 1011001 | 110111 |
Color Harmonies of #F327D4
Complementary color
Monochromatic Colors of #F327D4
Black with #F327D4
Text Example
Text Example
White with #F327D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F327D4; }
p { color: rgb(243,39,212); }
H1.HeaderClassName
{
color: #F327D4;
}
.AnyTagClassName
{
color: #F327D4;
}
</style>
background-color css
<style>
a { background-color: #F327D4; }
a { background-color: rgb(243,39,212); }
div.DivClassName
{
background-color: #F327D4;
}
.BgClassName
{
background-color: #F327D4;
}
</style>
border-color css
<style>
span { border-color: #F327D4; }
span { border-color: rgb(243,39,212); }
td.TdClassName
{
border-color: #F327D4;
}
.TagClassName
{
border-color: #F327D4;
}
</style>