Shades of Razzle Dazzle Rose #F326CF
Tints of Razzle Dazzle Rose #F326CF
RGB
CMYK
RGB Variations
Color information
#F326CF (or 0xF326CF) is known color: Razzle Dazzle Rose. HEX triplet: F3, 26 and CF. RGB value is (243,38,207). Sum of RGB (Red+Green+Blue) = 243+38+207=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 38 (15.23% from 255 or 7.79% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F326CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F326CF is #0CD930. Grayscale: #767676. Windows color (decimal): -842033 or 13575923. OLE color: 13575923.
HSL color Cylindrical-coordinate representation of color #F326CF: hue angle of 310.54º 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 #F326CF is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 207 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.05 |
| HSL | 310.54º | 0.9% | 0.55% | - |
| HSV(B) | 310.54º | 0.84% | 0.95% | - |
| XYZ | 48.92 | 24.95 | 61.27 | - |
| YUV | 118.56 | 177.92 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 207 | 0 | 0.84 | 0.15 | 0.05 | 310.54 | 0.9 | 0.55 |
| Hex | F3 | 26 | CF | 0 | 54 | F | 5 | 137 | 5A | 37 |
| Octal | 363 | 46 | 317 | 0 | 124 | 17 | 5 | 467 | 132 | 67 |
| Binary | 11110011 | 100110 | 11001111 | 0 | 1010100 | 1111 | 101 | 100110111 | 1011010 | 110111 |
Color Harmonies of #F326CF
Complementary color
Monochromatic Colors of #F326CF
Black with #F326CF
Text Example
Text Example
White with #F326CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F326CF; }
p { color: rgb(243,38,207); }
H1.HeaderClassName
{
color: #F326CF;
}
.AnyTagClassName
{
color: #F326CF;
}
</style>
background-color css
<style>
a { background-color: #F326CF; }
a { background-color: rgb(243,38,207); }
div.DivClassName
{
background-color: #F326CF;
}
.BgClassName
{
background-color: #F326CF;
}
</style>
border-color css
<style>
span { border-color: #F326CF; }
span { border-color: rgb(243,38,207); }
td.TdClassName
{
border-color: #F326CF;
}
.TagClassName
{
border-color: #F326CF;
}
</style>