Shades of Razzle Dazzle Rose #F331F2
Tints of Razzle Dazzle Rose #F331F2
RGB
CMYK
RGB Variations
Color information
#F331F2 (or 0xF331F2) is known color: Razzle Dazzle Rose. HEX triplet: F3, 31 and F2. RGB value is (243,49,242). Sum of RGB (Red+Green+Blue) = 243+49+242=534 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.51% from 534); Green value is 49 (19.53% from 255 or 9.18% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 243 - color contains mainly: red. Hex color #F331F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F331F2 is #0CCE0D. Grayscale: #808080. Windows color (decimal): -839182 or 15872499. OLE color: 15872499.
HSL color Cylindrical-coordinate representation of color #F331F2: hue angle of 300.31º 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 #F331F2 is Cyan = 0, Magento = 0.80, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 49 | 242 | - |
| CMYK | 0 | 0.80 | 0.00 | 0.05 |
| HSL | 300.31º | 0.89% | 0.57% | - |
| HSV(B) | 300.31º | 0.8% | 0.95% | - |
| XYZ | 54.09 | 27.66 | 86.49 | - |
| YUV | 129.01 | 191.77 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 242 | 0 | 0.80 | 0.00 | 0.05 | 300.31 | 0.89 | 0.57 |
| Hex | F3 | 31 | F2 | 0 | 50 | 0 | 5 | 12C | 59 | 39 |
| Octal | 363 | 61 | 362 | 0 | 120 | 0 | 5 | 454 | 131 | 71 |
| Binary | 11110011 | 110001 | 11110010 | 0 | 1010000 | 0 | 101 | 100101100 | 1011001 | 111001 |
Color Harmonies of #F331F2
Complementary color
Monochromatic Colors of #F331F2
Black with #F331F2
Text Example
Text Example
White with #F331F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F331F2; }
p { color: rgb(243,49,242); }
H1.HeaderClassName
{
color: #F331F2;
}
.AnyTagClassName
{
color: #F331F2;
}
</style>
background-color css
<style>
a { background-color: #F331F2; }
a { background-color: rgb(243,49,242); }
div.DivClassName
{
background-color: #F331F2;
}
.BgClassName
{
background-color: #F331F2;
}
</style>
border-color css
<style>
span { border-color: #F331F2; }
span { border-color: rgb(243,49,242); }
td.TdClassName
{
border-color: #F331F2;
}
.TagClassName
{
border-color: #F331F2;
}
</style>