Shades of Razzle Dazzle Rose #F337C2
Tints of Razzle Dazzle Rose #F337C2
RGB
CMYK
RGB Variations
Color information
#F337C2 (or 0xF337C2) is known color: Razzle Dazzle Rose. HEX triplet: F3, 37 and C2. RGB value is (243,55,194). Sum of RGB (Red+Green+Blue) = 243+55+194=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 55 (21.88% from 255 or 11.18% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F337C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F337C2 is #0CC83D. Grayscale: #7E7E7E. Windows color (decimal): -837694 or 12728307. OLE color: 12728307.
HSL color Cylindrical-coordinate representation of color #F337C2: hue angle of 315.64º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F337C2 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 55 | 194 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.05 |
| HSL | 315.64º | 0.89% | 0.58% | - |
| HSV(B) | 315.64º | 0.77% | 0.95% | - |
| XYZ | 48.07 | 25.68 | 53.46 | - |
| YUV | 127.06 | 165.78 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 55 | 194 | 0 | 0.77 | 0.20 | 0.05 | 315.64 | 0.89 | 0.58 |
| Hex | F3 | 37 | C2 | 0 | 4D | 14 | 5 | 13C | 59 | 3A |
| Octal | 363 | 67 | 302 | 0 | 115 | 24 | 5 | 474 | 131 | 72 |
| Binary | 11110011 | 110111 | 11000010 | 0 | 1001101 | 10100 | 101 | 100111100 | 1011001 | 111010 |
Color Harmonies of #F337C2
Complementary color
Monochromatic Colors of #F337C2
Black with #F337C2
Text Example
Text Example
White with #F337C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F337C2; }
p { color: rgb(243,55,194); }
H1.HeaderClassName
{
color: #F337C2;
}
.AnyTagClassName
{
color: #F337C2;
}
</style>
background-color css
<style>
a { background-color: #F337C2; }
a { background-color: rgb(243,55,194); }
div.DivClassName
{
background-color: #F337C2;
}
.BgClassName
{
background-color: #F337C2;
}
</style>
border-color css
<style>
span { border-color: #F337C2; }
span { border-color: rgb(243,55,194); }
td.TdClassName
{
border-color: #F337C2;
}
.TagClassName
{
border-color: #F337C2;
}
</style>