Shades of Razzle Dazzle Rose #F331C4
Tints of Razzle Dazzle Rose #F331C4
RGB
CMYK
RGB Variations
Color information
#F331C4 (or 0xF331C4) is known color: Razzle Dazzle Rose. HEX triplet: F3, 31 and C4. RGB value is (243,49,196). Sum of RGB (Red+Green+Blue) = 243+49+196=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 49 (19.53% from 255 or 10.04% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F331C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F331C4 is #0CCE3B. Grayscale: #7B7B7B. Windows color (decimal): -839228 or 12857843. OLE color: 12857843.
HSL color Cylindrical-coordinate representation of color #F331C4: hue angle of 314.54º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F331C4 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 49 | 196 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.05 |
| HSL | 314.54º | 0.89% | 0.57% | - |
| HSV(B) | 314.54º | 0.8% | 0.95% | - |
| XYZ | 48.02 | 25.24 | 54.56 | - |
| YUV | 123.76 | 168.77 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 196 | 0 | 0.80 | 0.19 | 0.05 | 314.54 | 0.89 | 0.57 |
| Hex | F3 | 31 | C4 | 0 | 50 | 13 | 5 | 13B | 59 | 39 |
| Octal | 363 | 61 | 304 | 0 | 120 | 23 | 5 | 473 | 131 | 71 |
| Binary | 11110011 | 110001 | 11000100 | 0 | 1010000 | 10011 | 101 | 100111011 | 1011001 | 111001 |
Color Harmonies of #F331C4
Complementary color
Monochromatic Colors of #F331C4
Black with #F331C4
Text Example
Text Example
White with #F331C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F331C4; }
p { color: rgb(243,49,196); }
H1.HeaderClassName
{
color: #F331C4;
}
.AnyTagClassName
{
color: #F331C4;
}
</style>
background-color css
<style>
a { background-color: #F331C4; }
a { background-color: rgb(243,49,196); }
div.DivClassName
{
background-color: #F331C4;
}
.BgClassName
{
background-color: #F331C4;
}
</style>
border-color css
<style>
span { border-color: #F331C4; }
span { border-color: rgb(243,49,196); }
td.TdClassName
{
border-color: #F331C4;
}
.TagClassName
{
border-color: #F331C4;
}
</style>