Shades of Razzle Dazzle Rose #F337F2
Tints of Razzle Dazzle Rose #F337F2
RGB
CMYK
RGB Variations
Color information
#F337F2 (or 0xF337F2) is known color: Razzle Dazzle Rose. HEX triplet: F3, 37 and F2. RGB value is (243,55,242). Sum of RGB (Red+Green+Blue) = 243+55+242=540 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45% from 540); Green value is 55 (21.88% from 255 or 10.19% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 243 - color contains mainly: red. Hex color #F337F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F337F2 is #0CC80D. Grayscale: #838383. Windows color (decimal): -837646 or 15874035. OLE color: 15874035.
HSL color Cylindrical-coordinate representation of color #F337F2: hue angle of 300.32º 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 #F337F2 is Cyan = 0, Magento = 0.77, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 55 | 242 | - |
| CMYK | 0 | 0.77 | 0.00 | 0.05 |
| HSL | 300.32º | 0.89% | 0.58% | - |
| HSV(B) | 300.32º | 0.77% | 0.95% | - |
| XYZ | 54.36 | 28.2 | 86.58 | - |
| YUV | 132.53 | 189.78 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 55 | 242 | 0 | 0.77 | 0.00 | 0.05 | 300.32 | 0.89 | 0.58 |
| Hex | F3 | 37 | F2 | 0 | 4D | 0 | 5 | 12C | 59 | 3A |
| Octal | 363 | 67 | 362 | 0 | 115 | 0 | 5 | 454 | 131 | 72 |
| Binary | 11110011 | 110111 | 11110010 | 0 | 1001101 | 0 | 101 | 100101100 | 1011001 | 111010 |
Color Harmonies of #F337F2
Complementary color
Monochromatic Colors of #F337F2
Black with #F337F2
Text Example
Text Example
White with #F337F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F337F2; }
p { color: rgb(243,55,242); }
H1.HeaderClassName
{
color: #F337F2;
}
.AnyTagClassName
{
color: #F337F2;
}
</style>
background-color css
<style>
a { background-color: #F337F2; }
a { background-color: rgb(243,55,242); }
div.DivClassName
{
background-color: #F337F2;
}
.BgClassName
{
background-color: #F337F2;
}
</style>
border-color css
<style>
span { border-color: #F337F2; }
span { border-color: rgb(243,55,242); }
td.TdClassName
{
border-color: #F337F2;
}
.TagClassName
{
border-color: #F337F2;
}
</style>