Shades of Persian Pink #F385BA
Tints of Persian Pink #F385BA
RGB
CMYK
RGB Variations
Color information
#F385BA (or 0xF385BA) is known color: Persian Pink. HEX triplet: F3, 85 and BA. RGB value is (243,133,186). Sum of RGB (Red+Green+Blue) = 243+133+186=562 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.24% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 243 - color contains mainly: red. Hex color #F385BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F385BA is #0C7A45. Grayscale: #ABABAB. Windows color (decimal): -817734 or 12223987. OLE color: 12223987.
HSL color Cylindrical-coordinate representation of color #F385BA: hue angle of 331.09º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F385BA is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 186 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.05 |
| HSL | 331.09º | 0.82% | 0.74% | - |
| HSV(B) | 331.09º | 0.45% | 0.95% | - |
| XYZ | 54.21 | 39.37 | 51.2 | - |
| YUV | 171.93 | 135.94 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 186 | 0 | 0.45 | 0.23 | 0.05 | 331.09 | 0.82 | 0.74 |
| Hex | F3 | 85 | BA | 0 | 2D | 17 | 5 | 14B | 52 | 4A |
| Octal | 363 | 205 | 272 | 0 | 55 | 27 | 5 | 513 | 122 | 112 |
| Binary | 11110011 | 10000101 | 10111010 | 0 | 101101 | 10111 | 101 | 101001011 | 1010010 | 1001010 |
Color Harmonies of #F385BA
Complementary color
Monochromatic Colors of #F385BA
Black with #F385BA
Text Example
Text Example
White with #F385BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F385BA; }
p { color: rgb(243,133,186); }
H1.HeaderClassName
{
color: #F385BA;
}
.AnyTagClassName
{
color: #F385BA;
}
</style>
background-color css
<style>
a { background-color: #F385BA; }
a { background-color: rgb(243,133,186); }
div.DivClassName
{
background-color: #F385BA;
}
.BgClassName
{
background-color: #F385BA;
}
</style>
border-color css
<style>
span { border-color: #F385BA; }
span { border-color: rgb(243,133,186); }
td.TdClassName
{
border-color: #F385BA;
}
.TagClassName
{
border-color: #F385BA;
}
</style>