Shades of Persian Rose #F337B2
Tints of Persian Rose #F337B2
RGB
CMYK
RGB Variations
Color information
#F337B2 (or 0xF337B2) is known color: Persian Rose. HEX triplet: F3, 37 and B2. RGB value is (243,55,178). Sum of RGB (Red+Green+Blue) = 243+55+178=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 55 (21.88% from 255 or 11.55% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F337B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F337B2 is #0CC84D. Grayscale: #7C7C7C. Windows color (decimal): -837710 or 11679731. OLE color: 11679731.
HSL color Cylindrical-coordinate representation of color #F337B2: hue angle of 320.74º 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 #F337B2 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 55 | 178 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.05 |
| HSL | 320.74º | 0.89% | 0.58% | - |
| HSV(B) | 320.74º | 0.77% | 0.95% | - |
| XYZ | 46.36 | 25 | 44.5 | - |
| YUV | 125.23 | 157.78 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 55 | 178 | 0 | 0.77 | 0.27 | 0.05 | 320.74 | 0.89 | 0.58 |
| Hex | F3 | 37 | B2 | 0 | 4D | 1B | 5 | 141 | 59 | 3A |
| Octal | 363 | 67 | 262 | 0 | 115 | 33 | 5 | 501 | 131 | 72 |
| Binary | 11110011 | 110111 | 10110010 | 0 | 1001101 | 11011 | 101 | 101000001 | 1011001 | 111010 |
Color Harmonies of #F337B2
Complementary color
Monochromatic Colors of #F337B2
Black with #F337B2
Text Example
Text Example
White with #F337B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F337B2; }
p { color: rgb(243,55,178); }
H1.HeaderClassName
{
color: #F337B2;
}
.AnyTagClassName
{
color: #F337B2;
}
</style>
background-color css
<style>
a { background-color: #F337B2; }
a { background-color: rgb(243,55,178); }
div.DivClassName
{
background-color: #F337B2;
}
.BgClassName
{
background-color: #F337B2;
}
</style>
border-color css
<style>
span { border-color: #F337B2; }
span { border-color: rgb(243,55,178); }
td.TdClassName
{
border-color: #F337B2;
}
.TagClassName
{
border-color: #F337B2;
}
</style>