Shades of Persian Pink #F385B9
Tints of Persian Pink #F385B9
RGB
CMYK
RGB Variations
Color information
#F385B9 (or 0xF385B9) is known color: Persian Pink. HEX triplet: F3, 85 and B9. RGB value is (243,133,185). Sum of RGB (Red+Green+Blue) = 243+133+185=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F385B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F385B9 is #0C7A46. Grayscale: #ABABAB. Windows color (decimal): -817735 or 12158451. OLE color: 12158451.
HSL color Cylindrical-coordinate representation of color #F385B9: hue angle of 331.64º 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 #F385B9 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 185 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.05 |
| HSL | 331.64º | 0.82% | 0.74% | - |
| HSV(B) | 331.64º | 0.45% | 0.95% | - |
| XYZ | 54.11 | 39.33 | 50.64 | - |
| YUV | 171.82 | 135.44 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 185 | 0 | 0.45 | 0.24 | 0.05 | 331.64 | 0.82 | 0.74 |
| Hex | F3 | 85 | B9 | 0 | 2D | 18 | 5 | 14C | 52 | 4A |
| Octal | 363 | 205 | 271 | 0 | 55 | 30 | 5 | 514 | 122 | 112 |
| Binary | 11110011 | 10000101 | 10111001 | 0 | 101101 | 11000 | 101 | 101001100 | 1010010 | 1001010 |
Color Harmonies of #F385B9
Complementary color
Monochromatic Colors of #F385B9
Black with #F385B9
Text Example
Text Example
White with #F385B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F385B9; }
p { color: rgb(243,133,185); }
H1.HeaderClassName
{
color: #F385B9;
}
.AnyTagClassName
{
color: #F385B9;
}
</style>
background-color css
<style>
a { background-color: #F385B9; }
a { background-color: rgb(243,133,185); }
div.DivClassName
{
background-color: #F385B9;
}
.BgClassName
{
background-color: #F385B9;
}
</style>
border-color css
<style>
span { border-color: #F385B9; }
span { border-color: rgb(243,133,185); }
td.TdClassName
{
border-color: #F385B9;
}
.TagClassName
{
border-color: #F385B9;
}
</style>