Shades of Persian Pink #F37DB5
Tints of Persian Pink #F37DB5
RGB
CMYK
RGB Variations
Color information
#F37DB5 (or 0xF37DB5) is known color: Persian Pink. HEX triplet: F3, 7D and B5. RGB value is (243,125,181). Sum of RGB (Red+Green+Blue) = 243+125+181=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37DB5 is #0C824A. Grayscale: #A6A6A6. Windows color (decimal): -819787 or 11894259. OLE color: 11894259.
HSL color Cylindrical-coordinate representation of color #F37DB5: hue angle of 331.53º 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 #F37DB5 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 181 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.05 |
| HSL | 331.53º | 0.83% | 0.72% | - |
| HSV(B) | 331.53º | 0.49% | 0.95% | - |
| XYZ | 52.64 | 37.06 | 48.09 | - |
| YUV | 166.67 | 136.09 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 181 | 0 | 0.49 | 0.26 | 0.05 | 331.53 | 0.83 | 0.72 |
| Hex | F3 | 7D | B5 | 0 | 31 | 1A | 5 | 14C | 53 | 48 |
| Octal | 363 | 175 | 265 | 0 | 61 | 32 | 5 | 514 | 123 | 110 |
| Binary | 11110011 | 1111101 | 10110101 | 0 | 110001 | 11010 | 101 | 101001100 | 1010011 | 1001000 |
Color Harmonies of #F37DB5
Complementary color
Monochromatic Colors of #F37DB5
Black with #F37DB5
Text Example
Text Example
White with #F37DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37DB5; }
p { color: rgb(243,125,181); }
H1.HeaderClassName
{
color: #F37DB5;
}
.AnyTagClassName
{
color: #F37DB5;
}
</style>
background-color css
<style>
a { background-color: #F37DB5; }
a { background-color: rgb(243,125,181); }
div.DivClassName
{
background-color: #F37DB5;
}
.BgClassName
{
background-color: #F37DB5;
}
</style>
border-color css
<style>
span { border-color: #F37DB5; }
span { border-color: rgb(243,125,181); }
td.TdClassName
{
border-color: #F37DB5;
}
.TagClassName
{
border-color: #F37DB5;
}
</style>