Shades of Razzle Dazzle Rose #F326E7
Tints of Razzle Dazzle Rose #F326E7
RGB
CMYK
RGB Variations
Color information
#F326E7 (or 0xF326E7) is known color: Razzle Dazzle Rose. HEX triplet: F3, 26 and E7. RGB value is (243,38,231). Sum of RGB (Red+Green+Blue) = 243+38+231=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 38 (15.23% from 255 or 7.42% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F326E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F326E7 is #0CD918. Grayscale: #787878. Windows color (decimal): -842009 or 15148787. OLE color: 15148787.
HSL color Cylindrical-coordinate representation of color #F326E7: hue angle of 303.51º 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 #F326E7 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 231 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.05 |
| HSL | 303.51º | 0.9% | 0.55% | - |
| HSV(B) | 303.51º | 0.84% | 0.95% | - |
| XYZ | 52.08 | 26.21 | 77.92 | - |
| YUV | 121.3 | 189.92 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 231 | 0 | 0.84 | 0.05 | 0.05 | 303.51 | 0.9 | 0.55 |
| Hex | F3 | 26 | E7 | 0 | 54 | 5 | 5 | 130 | 5A | 37 |
| Octal | 363 | 46 | 347 | 0 | 124 | 5 | 5 | 460 | 132 | 67 |
| Binary | 11110011 | 100110 | 11100111 | 0 | 1010100 | 101 | 101 | 100110000 | 1011010 | 110111 |
Color Harmonies of #F326E7
Complementary color
Monochromatic Colors of #F326E7
Black with #F326E7
Text Example
Text Example
White with #F326E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F326E7; }
p { color: rgb(243,38,231); }
H1.HeaderClassName
{
color: #F326E7;
}
.AnyTagClassName
{
color: #F326E7;
}
</style>
background-color css
<style>
a { background-color: #F326E7; }
a { background-color: rgb(243,38,231); }
div.DivClassName
{
background-color: #F326E7;
}
.BgClassName
{
background-color: #F326E7;
}
</style>
border-color css
<style>
span { border-color: #F326E7; }
span { border-color: rgb(243,38,231); }
td.TdClassName
{
border-color: #F326E7;
}
.TagClassName
{
border-color: #F326E7;
}
</style>