Shades of Razzle Dazzle Rose #F348D3
Tints of Razzle Dazzle Rose #F348D3
RGB
CMYK
RGB Variations
Color information
#F348D3 (or 0xF348D3) is known color: Razzle Dazzle Rose. HEX triplet: F3, 48 and D3. RGB value is (243,72,211). Sum of RGB (Red+Green+Blue) = 243+72+211=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 72 (28.52% from 255 or 13.69% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 243 - color contains mainly: red. Hex color #F348D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F348D3 is #0CB72C. Grayscale: #8A8A8A. Windows color (decimal): -833325 or 13846771. OLE color: 13846771.
HSL color Cylindrical-coordinate representation of color #F348D3: hue angle of 311.23º 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 #F348D3 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 72 | 211 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.05 |
| HSL | 311.23º | 0.88% | 0.62% | - |
| HSV(B) | 311.23º | 0.7% | 0.95% | - |
| XYZ | 51.04 | 28.39 | 64.42 | - |
| YUV | 138.98 | 168.65 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 72 | 211 | 0 | 0.70 | 0.13 | 0.05 | 311.23 | 0.88 | 0.62 |
| Hex | F3 | 48 | D3 | 0 | 46 | D | 5 | 137 | 58 | 3E |
| Octal | 363 | 110 | 323 | 0 | 106 | 15 | 5 | 467 | 130 | 76 |
| Binary | 11110011 | 1001000 | 11010011 | 0 | 1000110 | 1101 | 101 | 100110111 | 1011000 | 111110 |
Color Harmonies of #F348D3
Complementary color
Monochromatic Colors of #F348D3
Black with #F348D3
Text Example
Text Example
White with #F348D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F348D3; }
p { color: rgb(243,72,211); }
H1.HeaderClassName
{
color: #F348D3;
}
.AnyTagClassName
{
color: #F348D3;
}
</style>
background-color css
<style>
a { background-color: #F348D3; }
a { background-color: rgb(243,72,211); }
div.DivClassName
{
background-color: #F348D3;
}
.BgClassName
{
background-color: #F348D3;
}
</style>
border-color css
<style>
span { border-color: #F348D3; }
span { border-color: rgb(243,72,211); }
td.TdClassName
{
border-color: #F348D3;
}
.TagClassName
{
border-color: #F348D3;
}
</style>