Shades of Razzle Dazzle Rose #F349C8
Tints of Razzle Dazzle Rose #F349C8
RGB
CMYK
RGB Variations
Color information
#F349C8 (or 0xF349C8) is known color: Razzle Dazzle Rose. HEX triplet: F3, 49 and C8. RGB value is (243,73,200). Sum of RGB (Red+Green+Blue) = 243+73+200=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 73 (28.91% from 255 or 14.15% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 243 - color contains mainly: red. Hex color #F349C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F349C8 is #0CB637. Grayscale: #898989. Windows color (decimal): -833080 or 13126131. OLE color: 13126131.
HSL color Cylindrical-coordinate representation of color #F349C8: hue angle of 315.18º 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 #F349C8 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 200 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.05 |
| HSL | 315.18º | 0.88% | 0.62% | - |
| HSV(B) | 315.18º | 0.7% | 0.95% | - |
| XYZ | 49.77 | 27.99 | 57.42 | - |
| YUV | 138.31 | 162.82 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 200 | 0 | 0.70 | 0.18 | 0.05 | 315.18 | 0.88 | 0.62 |
| Hex | F3 | 49 | C8 | 0 | 46 | 12 | 5 | 13B | 58 | 3E |
| Octal | 363 | 111 | 310 | 0 | 106 | 22 | 5 | 473 | 130 | 76 |
| Binary | 11110011 | 1001001 | 11001000 | 0 | 1000110 | 10010 | 101 | 100111011 | 1011000 | 111110 |
Color Harmonies of #F349C8
Complementary color
Monochromatic Colors of #F349C8
Black with #F349C8
Text Example
Text Example
White with #F349C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F349C8; }
p { color: rgb(243,73,200); }
H1.HeaderClassName
{
color: #F349C8;
}
.AnyTagClassName
{
color: #F349C8;
}
</style>
background-color css
<style>
a { background-color: #F349C8; }
a { background-color: rgb(243,73,200); }
div.DivClassName
{
background-color: #F349C8;
}
.BgClassName
{
background-color: #F349C8;
}
</style>
border-color css
<style>
span { border-color: #F349C8; }
span { border-color: rgb(243,73,200); }
td.TdClassName
{
border-color: #F349C8;
}
.TagClassName
{
border-color: #F349C8;
}
</style>