Shades of Razzle Dazzle Rose #F326D0
Tints of Razzle Dazzle Rose #F326D0
RGB
CMYK
RGB Variations
Color information
#F326D0 (or 0xF326D0) is known color: Razzle Dazzle Rose. HEX triplet: F3, 26 and D0. RGB value is (243,38,208). Sum of RGB (Red+Green+Blue) = 243+38+208=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 38 (15.23% from 255 or 7.77% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F326D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F326D0 is #0CD92F. Grayscale: #767676. Windows color (decimal): -842032 or 13641459. OLE color: 13641459.
HSL color Cylindrical-coordinate representation of color #F326D0: hue angle of 310.24º degrees, saturation: 0.9, 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 #F326D0 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 208 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.05 |
| HSL | 310.24º | 0.9% | 0.55% | - |
| HSV(B) | 310.24º | 0.84% | 0.95% | - |
| XYZ | 49.04 | 24.99 | 61.91 | - |
| YUV | 118.68 | 178.42 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 208 | 0 | 0.84 | 0.14 | 0.05 | 310.24 | 0.9 | 0.55 |
| Hex | F3 | 26 | D0 | 0 | 54 | E | 5 | 136 | 5A | 37 |
| Octal | 363 | 46 | 320 | 0 | 124 | 16 | 5 | 466 | 132 | 67 |
| Binary | 11110011 | 100110 | 11010000 | 0 | 1010100 | 1110 | 101 | 100110110 | 1011010 | 110111 |
Color Harmonies of #F326D0
Complementary color
Monochromatic Colors of #F326D0
Black with #F326D0
Text Example
Text Example
White with #F326D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F326D0; }
p { color: rgb(243,38,208); }
H1.HeaderClassName
{
color: #F326D0;
}
.AnyTagClassName
{
color: #F326D0;
}
</style>
background-color css
<style>
a { background-color: #F326D0; }
a { background-color: rgb(243,38,208); }
div.DivClassName
{
background-color: #F326D0;
}
.BgClassName
{
background-color: #F326D0;
}
</style>
border-color css
<style>
span { border-color: #F326D0; }
span { border-color: rgb(243,38,208); }
td.TdClassName
{
border-color: #F326D0;
}
.TagClassName
{
border-color: #F326D0;
}
</style>