Shades of Razzle Dazzle Rose #F329C8
Tints of Razzle Dazzle Rose #F329C8
RGB
CMYK
RGB Variations
Color information
#F329C8 (or 0xF329C8) is known color: Razzle Dazzle Rose. HEX triplet: F3, 29 and C8. RGB value is (243,41,200). Sum of RGB (Red+Green+Blue) = 243+41+200=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 41 (16.41% from 255 or 8.47% from 484); Blue value is 200 (78.52% from 255 or 41.32% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F329C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F329C8 is #0CD637. Grayscale: #777777. Windows color (decimal): -841272 or 13117939. OLE color: 13117939.
HSL color Cylindrical-coordinate representation of color #F329C8: hue angle of 312.77º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F329C8 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 200 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.05 |
| HSL | 312.77º | 0.89% | 0.56% | - |
| HSV(B) | 312.77º | 0.83% | 0.95% | - |
| XYZ | 48.18 | 24.81 | 56.89 | - |
| YUV | 119.52 | 173.42 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 200 | 0 | 0.83 | 0.18 | 0.05 | 312.77 | 0.89 | 0.56 |
| Hex | F3 | 29 | C8 | 0 | 53 | 12 | 5 | 139 | 59 | 38 |
| Octal | 363 | 51 | 310 | 0 | 123 | 22 | 5 | 471 | 131 | 70 |
| Binary | 11110011 | 101001 | 11001000 | 0 | 1010011 | 10010 | 101 | 100111001 | 1011001 | 111000 |
Color Harmonies of #F329C8
Complementary color
Monochromatic Colors of #F329C8
Black with #F329C8
Text Example
Text Example
White with #F329C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F329C8; }
p { color: rgb(243,41,200); }
H1.HeaderClassName
{
color: #F329C8;
}
.AnyTagClassName
{
color: #F329C8;
}
</style>
background-color css
<style>
a { background-color: #F329C8; }
a { background-color: rgb(243,41,200); }
div.DivClassName
{
background-color: #F329C8;
}
.BgClassName
{
background-color: #F329C8;
}
</style>
border-color css
<style>
span { border-color: #F329C8; }
span { border-color: rgb(243,41,200); }
td.TdClassName
{
border-color: #F329C8;
}
.TagClassName
{
border-color: #F329C8;
}
</style>