Shades of Razzle Dazzle Rose #F326EE
Tints of Razzle Dazzle Rose #F326EE
RGB
CMYK
RGB Variations
Color information
#F326EE (or 0xF326EE) is known color: Razzle Dazzle Rose. HEX triplet: F3, 26 and EE. RGB value is (243,38,238). Sum of RGB (Red+Green+Blue) = 243+38+238=519 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.82% from 519); Green value is 38 (15.23% from 255 or 7.32% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 243 - color contains mainly: red. Hex color #F326EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F326EE is #0CD911. Grayscale: #797979. Windows color (decimal): -842002 or 15607539. OLE color: 15607539.
HSL color Cylindrical-coordinate representation of color #F326EE: hue angle of 301.46º 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 #F326EE is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 238 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.05 |
| HSL | 301.46º | 0.9% | 0.55% | - |
| HSV(B) | 301.46º | 0.84% | 0.95% | - |
| XYZ | 53.09 | 26.61 | 83.23 | - |
| YUV | 122.1 | 193.42 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 238 | 0 | 0.84 | 0.02 | 0.05 | 301.46 | 0.9 | 0.55 |
| Hex | F3 | 26 | EE | 0 | 54 | 2 | 5 | 12D | 5A | 37 |
| Octal | 363 | 46 | 356 | 0 | 124 | 2 | 5 | 455 | 132 | 67 |
| Binary | 11110011 | 100110 | 11101110 | 0 | 1010100 | 10 | 101 | 100101101 | 1011010 | 110111 |
Color Harmonies of #F326EE
Complementary color
Monochromatic Colors of #F326EE
Black with #F326EE
Text Example
Text Example
White with #F326EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F326EE; }
p { color: rgb(243,38,238); }
H1.HeaderClassName
{
color: #F326EE;
}
.AnyTagClassName
{
color: #F326EE;
}
</style>
background-color css
<style>
a { background-color: #F326EE; }
a { background-color: rgb(243,38,238); }
div.DivClassName
{
background-color: #F326EE;
}
.BgClassName
{
background-color: #F326EE;
}
</style>
border-color css
<style>
span { border-color: #F326EE; }
span { border-color: rgb(243,38,238); }
td.TdClassName
{
border-color: #F326EE;
}
.TagClassName
{
border-color: #F326EE;
}
</style>