Shades of Razzle Dazzle Rose #F348C5
Tints of Razzle Dazzle Rose #F348C5
RGB
CMYK
RGB Variations
Color information
#F348C5 (or 0xF348C5) is known color: Razzle Dazzle Rose. HEX triplet: F3, 48 and C5. RGB value is (243,72,197). Sum of RGB (Red+Green+Blue) = 243+72+197=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 72 (28.52% from 255 or 14.06% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F348C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F348C5 is #0CB73A. Grayscale: #898989. Windows color (decimal): -833339 or 12929267. OLE color: 12929267.
HSL color Cylindrical-coordinate representation of color #F348C5: hue angle of 316.14º 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 #F348C5 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 72 | 197 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.05 |
| HSL | 316.14º | 0.88% | 0.62% | - |
| HSV(B) | 316.14º | 0.7% | 0.95% | - |
| XYZ | 49.36 | 27.72 | 55.57 | - |
| YUV | 137.38 | 161.65 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 72 | 197 | 0 | 0.70 | 0.19 | 0.05 | 316.14 | 0.88 | 0.62 |
| Hex | F3 | 48 | C5 | 0 | 46 | 13 | 5 | 13C | 58 | 3E |
| Octal | 363 | 110 | 305 | 0 | 106 | 23 | 5 | 474 | 130 | 76 |
| Binary | 11110011 | 1001000 | 11000101 | 0 | 1000110 | 10011 | 101 | 100111100 | 1011000 | 111110 |
Color Harmonies of #F348C5
Complementary color
Monochromatic Colors of #F348C5
Black with #F348C5
Text Example
Text Example
White with #F348C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F348C5; }
p { color: rgb(243,72,197); }
H1.HeaderClassName
{
color: #F348C5;
}
.AnyTagClassName
{
color: #F348C5;
}
</style>
background-color css
<style>
a { background-color: #F348C5; }
a { background-color: rgb(243,72,197); }
div.DivClassName
{
background-color: #F348C5;
}
.BgClassName
{
background-color: #F348C5;
}
</style>
border-color css
<style>
span { border-color: #F348C5; }
span { border-color: rgb(243,72,197); }
td.TdClassName
{
border-color: #F348C5;
}
.TagClassName
{
border-color: #F348C5;
}
</style>