Shades of Persian Pink #F37DB2
Tints of Persian Pink #F37DB2
RGB
CMYK
RGB Variations
Color information
#F37DB2 (or 0xF37DB2) is known color: Persian Pink. HEX triplet: F3, 7D and B2. RGB value is (243,125,178). Sum of RGB (Red+Green+Blue) = 243+125+178=546 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.51% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37DB2 is #0C824D. Grayscale: #A6A6A6. Windows color (decimal): -819790 or 11697651. OLE color: 11697651.
HSL color Cylindrical-coordinate representation of color #F37DB2: hue angle of 333.05º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F37DB2 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 178 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.05 |
| HSL | 333.05º | 0.83% | 0.72% | - |
| HSV(B) | 333.05º | 0.49% | 0.95% | - |
| XYZ | 52.33 | 36.94 | 46.49 | - |
| YUV | 166.32 | 134.59 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 178 | 0 | 0.49 | 0.27 | 0.05 | 333.05 | 0.83 | 0.72 |
| Hex | F3 | 7D | B2 | 0 | 31 | 1B | 5 | 14D | 53 | 48 |
| Octal | 363 | 175 | 262 | 0 | 61 | 33 | 5 | 515 | 123 | 110 |
| Binary | 11110011 | 1111101 | 10110010 | 0 | 110001 | 11011 | 101 | 101001101 | 1010011 | 1001000 |
Color Harmonies of #F37DB2
Complementary color
Monochromatic Colors of #F37DB2
Black with #F37DB2
Text Example
Text Example
White with #F37DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37DB2; }
p { color: rgb(243,125,178); }
H1.HeaderClassName
{
color: #F37DB2;
}
.AnyTagClassName
{
color: #F37DB2;
}
</style>
background-color css
<style>
a { background-color: #F37DB2; }
a { background-color: rgb(243,125,178); }
div.DivClassName
{
background-color: #F37DB2;
}
.BgClassName
{
background-color: #F37DB2;
}
</style>
border-color css
<style>
span { border-color: #F37DB2; }
span { border-color: rgb(243,125,178); }
td.TdClassName
{
border-color: #F37DB2;
}
.TagClassName
{
border-color: #F37DB2;
}
</style>