Shades of Razzle Dazzle Rose #F327E2
Tints of Razzle Dazzle Rose #F327E2
RGB
CMYK
RGB Variations
Color information
#F327E2 (or 0xF327E2) is known color: Razzle Dazzle Rose. HEX triplet: F3, 27 and E2. RGB value is (243,39,226). Sum of RGB (Red+Green+Blue) = 243+39+226=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 39 (15.62% from 255 or 7.68% from 508); Blue value is 226 (88.67% from 255 or 44.49% from 508); Max value from RGB is 243 - color contains mainly: red. Hex color #F327E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F327E2 is #0CD81D. Grayscale: #787878. Windows color (decimal): -841758 or 14821363. OLE color: 14821363.
HSL color Cylindrical-coordinate representation of color #F327E2: hue angle of 305º 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 #F327E2 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 226 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.05 |
| HSL | 305º | 0.89% | 0.55% | - |
| HSV(B) | 305º | 0.84% | 0.95% | - |
| XYZ | 51.42 | 26 | 74.26 | - |
| YUV | 121.31 | 187.09 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 226 | 0 | 0.84 | 0.07 | 0.05 | 305 | 0.89 | 0.55 |
| Hex | F3 | 27 | E2 | 0 | 54 | 7 | 5 | 131 | 59 | 37 |
| Octal | 363 | 47 | 342 | 0 | 124 | 7 | 5 | 461 | 131 | 67 |
| Binary | 11110011 | 100111 | 11100010 | 0 | 1010100 | 111 | 101 | 100110001 | 1011001 | 110111 |
Color Harmonies of #F327E2
Complementary color
Monochromatic Colors of #F327E2
Black with #F327E2
Text Example
Text Example
White with #F327E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F327E2; }
p { color: rgb(243,39,226); }
H1.HeaderClassName
{
color: #F327E2;
}
.AnyTagClassName
{
color: #F327E2;
}
</style>
background-color css
<style>
a { background-color: #F327E2; }
a { background-color: rgb(243,39,226); }
div.DivClassName
{
background-color: #F327E2;
}
.BgClassName
{
background-color: #F327E2;
}
</style>
border-color css
<style>
span { border-color: #F327E2; }
span { border-color: rgb(243,39,226); }
td.TdClassName
{
border-color: #F327E2;
}
.TagClassName
{
border-color: #F327E2;
}
</style>