Shades of Razzle Dazzle Rose #F349C2
Tints of Razzle Dazzle Rose #F349C2
RGB
CMYK
RGB Variations
Color information
#F349C2 (or 0xF349C2) is known color: Razzle Dazzle Rose. HEX triplet: F3, 49 and C2. RGB value is (243,73,194). Sum of RGB (Red+Green+Blue) = 243+73+194=510 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.65% from 510); Green value is 73 (28.91% from 255 or 14.31% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 243 - color contains mainly: red. Hex color #F349C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F349C2 is #0CB63D. Grayscale: #898989. Windows color (decimal): -833086 or 12732915. OLE color: 12732915.
HSL color Cylindrical-coordinate representation of color #F349C2: hue angle of 317.29º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F349C2 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 194 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.05 |
| HSL | 317.29º | 0.88% | 0.62% | - |
| HSV(B) | 317.29º | 0.7% | 0.95% | - |
| XYZ | 49.08 | 27.71 | 53.8 | - |
| YUV | 137.62 | 159.82 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 194 | 0 | 0.70 | 0.20 | 0.05 | 317.29 | 0.88 | 0.62 |
| Hex | F3 | 49 | C2 | 0 | 46 | 14 | 5 | 13D | 58 | 3E |
| Octal | 363 | 111 | 302 | 0 | 106 | 24 | 5 | 475 | 130 | 76 |
| Binary | 11110011 | 1001001 | 11000010 | 0 | 1000110 | 10100 | 101 | 100111101 | 1011000 | 111110 |
Color Harmonies of #F349C2
Complementary color
Monochromatic Colors of #F349C2
Black with #F349C2
Text Example
Text Example
White with #F349C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F349C2; }
p { color: rgb(243,73,194); }
H1.HeaderClassName
{
color: #F349C2;
}
.AnyTagClassName
{
color: #F349C2;
}
</style>
background-color css
<style>
a { background-color: #F349C2; }
a { background-color: rgb(243,73,194); }
div.DivClassName
{
background-color: #F349C2;
}
.BgClassName
{
background-color: #F349C2;
}
</style>
border-color css
<style>
span { border-color: #F349C2; }
span { border-color: rgb(243,73,194); }
td.TdClassName
{
border-color: #F349C2;
}
.TagClassName
{
border-color: #F349C2;
}
</style>