Shades of Persian Pink #F388B5
Tints of Persian Pink #F388B5
RGB
CMYK
RGB Variations
Color information
#F388B5 (or 0xF388B5) is known color: Persian Pink. HEX triplet: F3, 88 and B5. RGB value is (243,136,181). Sum of RGB (Red+Green+Blue) = 243+136+181=560 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.39% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 243 - color contains mainly: red. Hex color #F388B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F388B5 is #0C774A. Grayscale: #ADADAD. Windows color (decimal): -816971 or 11897075. OLE color: 11897075.
HSL color Cylindrical-coordinate representation of color #F388B5: hue angle of 334.77º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F388B5 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 181 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.05 |
| HSL | 334.77º | 0.82% | 0.74% | - |
| HSV(B) | 334.77º | 0.44% | 0.95% | - |
| XYZ | 54.11 | 40 | 48.58 | - |
| YUV | 173.12 | 132.45 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 181 | 0 | 0.44 | 0.26 | 0.05 | 334.77 | 0.82 | 0.74 |
| Hex | F3 | 88 | B5 | 0 | 2C | 1A | 5 | 14F | 52 | 4A |
| Octal | 363 | 210 | 265 | 0 | 54 | 32 | 5 | 517 | 122 | 112 |
| Binary | 11110011 | 10001000 | 10110101 | 0 | 101100 | 11010 | 101 | 101001111 | 1010010 | 1001010 |
Color Harmonies of #F388B5
Complementary color
Monochromatic Colors of #F388B5
Black with #F388B5
Text Example
Text Example
White with #F388B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F388B5; }
p { color: rgb(243,136,181); }
H1.HeaderClassName
{
color: #F388B5;
}
.AnyTagClassName
{
color: #F388B5;
}
</style>
background-color css
<style>
a { background-color: #F388B5; }
a { background-color: rgb(243,136,181); }
div.DivClassName
{
background-color: #F388B5;
}
.BgClassName
{
background-color: #F388B5;
}
</style>
border-color css
<style>
span { border-color: #F388B5; }
span { border-color: rgb(243,136,181); }
td.TdClassName
{
border-color: #F388B5;
}
.TagClassName
{
border-color: #F388B5;
}
</style>