Shades of Razzle Dazzle Rose #F327DB
Tints of Razzle Dazzle Rose #F327DB
RGB
CMYK
RGB Variations
Color information
#F327DB (or 0xF327DB) is known color: Razzle Dazzle Rose. HEX triplet: F3, 27 and DB. RGB value is (243,39,219). Sum of RGB (Red+Green+Blue) = 243+39+219=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 39 (15.62% from 255 or 7.78% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F327DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F327DB is #0CD824. Grayscale: #787878. Windows color (decimal): -841765 or 14362611. OLE color: 14362611.
HSL color Cylindrical-coordinate representation of color #F327DB: hue angle of 307.06º 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 #F327DB is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 219 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.05 |
| HSL | 307.06º | 0.89% | 0.55% | - |
| HSV(B) | 307.06º | 0.84% | 0.95% | - |
| XYZ | 50.47 | 25.62 | 69.3 | - |
| YUV | 120.52 | 183.59 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 219 | 0 | 0.84 | 0.10 | 0.05 | 307.06 | 0.89 | 0.55 |
| Hex | F3 | 27 | DB | 0 | 54 | A | 5 | 133 | 59 | 37 |
| Octal | 363 | 47 | 333 | 0 | 124 | 12 | 5 | 463 | 131 | 67 |
| Binary | 11110011 | 100111 | 11011011 | 0 | 1010100 | 1010 | 101 | 100110011 | 1011001 | 110111 |
Color Harmonies of #F327DB
Complementary color
Monochromatic Colors of #F327DB
Black with #F327DB
Text Example
Text Example
White with #F327DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F327DB; }
p { color: rgb(243,39,219); }
H1.HeaderClassName
{
color: #F327DB;
}
.AnyTagClassName
{
color: #F327DB;
}
</style>
background-color css
<style>
a { background-color: #F327DB; }
a { background-color: rgb(243,39,219); }
div.DivClassName
{
background-color: #F327DB;
}
.BgClassName
{
background-color: #F327DB;
}
</style>
border-color css
<style>
span { border-color: #F327DB; }
span { border-color: rgb(243,39,219); }
td.TdClassName
{
border-color: #F327DB;
}
.TagClassName
{
border-color: #F327DB;
}
</style>