Shades of Persian Pink #F37DB0
Tints of Persian Pink #F37DB0
RGB
CMYK
RGB Variations
Color information
#F37DB0 (or 0xF37DB0) is known color: Persian Pink. HEX triplet: F3, 7D and B0. RGB value is (243,125,176). Sum of RGB (Red+Green+Blue) = 243+125+176=544 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.67% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37DB0 is #0C824F. Grayscale: #A6A6A6. Windows color (decimal): -819792 or 11566579. OLE color: 11566579.
HSL color Cylindrical-coordinate representation of color #F37DB0: hue angle of 334.07º 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 #F37DB0 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 176 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.05 |
| HSL | 334.07º | 0.83% | 0.72% | - |
| HSV(B) | 334.07º | 0.49% | 0.95% | - |
| XYZ | 52.13 | 36.86 | 45.44 | - |
| YUV | 166.1 | 133.59 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 176 | 0 | 0.49 | 0.28 | 0.05 | 334.07 | 0.83 | 0.72 |
| Hex | F3 | 7D | B0 | 0 | 31 | 1C | 5 | 14E | 53 | 48 |
| Octal | 363 | 175 | 260 | 0 | 61 | 34 | 5 | 516 | 123 | 110 |
| Binary | 11110011 | 1111101 | 10110000 | 0 | 110001 | 11100 | 101 | 101001110 | 1010011 | 1001000 |
Color Harmonies of #F37DB0
Complementary color
Monochromatic Colors of #F37DB0
Black with #F37DB0
Text Example
Text Example
White with #F37DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37DB0; }
p { color: rgb(243,125,176); }
H1.HeaderClassName
{
color: #F37DB0;
}
.AnyTagClassName
{
color: #F37DB0;
}
</style>
background-color css
<style>
a { background-color: #F37DB0; }
a { background-color: rgb(243,125,176); }
div.DivClassName
{
background-color: #F37DB0;
}
.BgClassName
{
background-color: #F37DB0;
}
</style>
border-color css
<style>
span { border-color: #F37DB0; }
span { border-color: rgb(243,125,176); }
td.TdClassName
{
border-color: #F37DB0;
}
.TagClassName
{
border-color: #F37DB0;
}
</style>