Shades of Razzle Dazzle Rose #F326D4
Tints of Razzle Dazzle Rose #F326D4
RGB
CMYK
RGB Variations
Color information
#F326D4 (or 0xF326D4) is known color: Razzle Dazzle Rose. HEX triplet: F3, 26 and D4. RGB value is (243,38,212). Sum of RGB (Red+Green+Blue) = 243+38+212=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 38 (15.23% from 255 or 7.71% from 493); Blue value is 212 (83.20% from 255 or 43.00% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F326D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F326D4 is #0CD92B. Grayscale: #767676. Windows color (decimal): -842028 or 13903603. OLE color: 13903603.
HSL color Cylindrical-coordinate representation of color #F326D4: hue angle of 309.07º 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 #F326D4 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 212 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.05 |
| HSL | 309.07º | 0.9% | 0.55% | - |
| HSV(B) | 309.07º | 0.84% | 0.95% | - |
| XYZ | 49.54 | 25.19 | 64.54 | - |
| YUV | 119.13 | 180.42 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 212 | 0 | 0.84 | 0.13 | 0.05 | 309.07 | 0.9 | 0.55 |
| Hex | F3 | 26 | D4 | 0 | 54 | D | 5 | 135 | 5A | 37 |
| Octal | 363 | 46 | 324 | 0 | 124 | 15 | 5 | 465 | 132 | 67 |
| Binary | 11110011 | 100110 | 11010100 | 0 | 1010100 | 1101 | 101 | 100110101 | 1011010 | 110111 |
Color Harmonies of #F326D4
Complementary color
Monochromatic Colors of #F326D4
Black with #F326D4
Text Example
Text Example
White with #F326D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F326D4; }
p { color: rgb(243,38,212); }
H1.HeaderClassName
{
color: #F326D4;
}
.AnyTagClassName
{
color: #F326D4;
}
</style>
background-color css
<style>
a { background-color: #F326D4; }
a { background-color: rgb(243,38,212); }
div.DivClassName
{
background-color: #F326D4;
}
.BgClassName
{
background-color: #F326D4;
}
</style>
border-color css
<style>
span { border-color: #F326D4; }
span { border-color: rgb(243,38,212); }
td.TdClassName
{
border-color: #F326D4;
}
.TagClassName
{
border-color: #F326D4;
}
</style>