Shades of Persian Pink #F385BC
Tints of Persian Pink #F385BC
RGB
CMYK
RGB Variations
Color information
#F385BC (or 0xF385BC) is known color: Persian Pink. HEX triplet: F3, 85 and BC. RGB value is (243,133,188). Sum of RGB (Red+Green+Blue) = 243+133+188=564 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.09% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 243 - color contains mainly: red. Hex color #F385BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F385BC is #0C7A43. Grayscale: #ACACAC. Windows color (decimal): -817732 or 12355059. OLE color: 12355059.
HSL color Cylindrical-coordinate representation of color #F385BC: hue angle of 330º 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 #F385BC is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 188 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.05 |
| HSL | 330º | 0.82% | 0.74% | - |
| HSV(B) | 330º | 0.45% | 0.95% | - |
| XYZ | 54.43 | 39.46 | 52.33 | - |
| YUV | 172.16 | 136.94 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 188 | 0 | 0.45 | 0.23 | 0.05 | 330 | 0.82 | 0.74 |
| Hex | F3 | 85 | BC | 0 | 2D | 17 | 5 | 14A | 52 | 4A |
| Octal | 363 | 205 | 274 | 0 | 55 | 27 | 5 | 512 | 122 | 112 |
| Binary | 11110011 | 10000101 | 10111100 | 0 | 101101 | 10111 | 101 | 101001010 | 1010010 | 1001010 |
Color Harmonies of #F385BC
Complementary color
Monochromatic Colors of #F385BC
Black with #F385BC
Text Example
Text Example
White with #F385BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F385BC; }
p { color: rgb(243,133,188); }
H1.HeaderClassName
{
color: #F385BC;
}
.AnyTagClassName
{
color: #F385BC;
}
</style>
background-color css
<style>
a { background-color: #F385BC; }
a { background-color: rgb(243,133,188); }
div.DivClassName
{
background-color: #F385BC;
}
.BgClassName
{
background-color: #F385BC;
}
</style>
border-color css
<style>
span { border-color: #F385BC; }
span { border-color: rgb(243,133,188); }
td.TdClassName
{
border-color: #F385BC;
}
.TagClassName
{
border-color: #F385BC;
}
</style>