Shades of Razzle Dazzle Rose #F348C8
Tints of Razzle Dazzle Rose #F348C8
RGB
CMYK
RGB Variations
Color information
#F348C8 (or 0xF348C8) is known color: Razzle Dazzle Rose. HEX triplet: F3, 48 and C8. RGB value is (243,72,200). Sum of RGB (Red+Green+Blue) = 243+72+200=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 72 (28.52% from 255 or 13.98% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F348C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F348C8 is #0CB737. Grayscale: #898989. Windows color (decimal): -833336 or 13125875. OLE color: 13125875.
HSL color Cylindrical-coordinate representation of color #F348C8: hue angle of 315.09º 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 #F348C8 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 72 | 200 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.05 |
| HSL | 315.09º | 0.88% | 0.62% | - |
| HSV(B) | 315.09º | 0.7% | 0.95% | - |
| XYZ | 49.7 | 27.86 | 57.4 | - |
| YUV | 137.72 | 163.15 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 72 | 200 | 0 | 0.70 | 0.18 | 0.05 | 315.09 | 0.88 | 0.62 |
| Hex | F3 | 48 | C8 | 0 | 46 | 12 | 5 | 13B | 58 | 3E |
| Octal | 363 | 110 | 310 | 0 | 106 | 22 | 5 | 473 | 130 | 76 |
| Binary | 11110011 | 1001000 | 11001000 | 0 | 1000110 | 10010 | 101 | 100111011 | 1011000 | 111110 |
Color Harmonies of #F348C8
Complementary color
Monochromatic Colors of #F348C8
Black with #F348C8
Text Example
Text Example
White with #F348C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F348C8; }
p { color: rgb(243,72,200); }
H1.HeaderClassName
{
color: #F348C8;
}
.AnyTagClassName
{
color: #F348C8;
}
</style>
background-color css
<style>
a { background-color: #F348C8; }
a { background-color: rgb(243,72,200); }
div.DivClassName
{
background-color: #F348C8;
}
.BgClassName
{
background-color: #F348C8;
}
</style>
border-color css
<style>
span { border-color: #F348C8; }
span { border-color: rgb(243,72,200); }
td.TdClassName
{
border-color: #F348C8;
}
.TagClassName
{
border-color: #F348C8;
}
</style>