Shades of Razzle Dazzle Rose #F339C0
Tints of Razzle Dazzle Rose #F339C0
RGB
CMYK
RGB Variations
Color information
#F339C0 (or 0xF339C0) is known color: Razzle Dazzle Rose. HEX triplet: F3, 39 and C0. RGB value is (243,57,192). Sum of RGB (Red+Green+Blue) = 243+57+192=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 57 (22.66% from 255 or 11.59% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F339C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F339C0 is #0CC63F. Grayscale: #7F7F7F. Windows color (decimal): -837184 or 12597747. OLE color: 12597747.
HSL color Cylindrical-coordinate representation of color #F339C0: hue angle of 316.45º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F339C0 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 57 | 192 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.05 |
| HSL | 316.45º | 0.89% | 0.59% | - |
| HSV(B) | 316.45º | 0.77% | 0.95% | - |
| XYZ | 47.94 | 25.79 | 52.32 | - |
| YUV | 128 | 164.12 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 57 | 192 | 0 | 0.77 | 0.21 | 0.05 | 316.45 | 0.89 | 0.59 |
| Hex | F3 | 39 | C0 | 0 | 4D | 15 | 5 | 13C | 59 | 3B |
| Octal | 363 | 71 | 300 | 0 | 115 | 25 | 5 | 474 | 131 | 73 |
| Binary | 11110011 | 111001 | 11000000 | 0 | 1001101 | 10101 | 101 | 100111100 | 1011001 | 111011 |
Color Harmonies of #F339C0
Complementary color
Monochromatic Colors of #F339C0
Black with #F339C0
Text Example
Text Example
White with #F339C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F339C0; }
p { color: rgb(243,57,192); }
H1.HeaderClassName
{
color: #F339C0;
}
.AnyTagClassName
{
color: #F339C0;
}
</style>
background-color css
<style>
a { background-color: #F339C0; }
a { background-color: rgb(243,57,192); }
div.DivClassName
{
background-color: #F339C0;
}
.BgClassName
{
background-color: #F339C0;
}
</style>
border-color css
<style>
span { border-color: #F339C0; }
span { border-color: rgb(243,57,192); }
td.TdClassName
{
border-color: #F339C0;
}
.TagClassName
{
border-color: #F339C0;
}
</style>