Shades of Persian Pink #F388B7
Tints of Persian Pink #F388B7
RGB
CMYK
RGB Variations
Color information
#F388B7 (or 0xF388B7) is known color: Persian Pink. HEX triplet: F3, 88 and B7. RGB value is (243,136,183). Sum of RGB (Red+Green+Blue) = 243+136+183=562 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.24% from 562); Green value is 136 (53.52% from 255 or 24.20% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 243 - color contains mainly: red. Hex color #F388B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F388B7 is #0C7748. Grayscale: #ADADAD. Windows color (decimal): -816969 or 12028147. OLE color: 12028147.
HSL color Cylindrical-coordinate representation of color #F388B7: hue angle of 333.64º 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 #F388B7 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 183 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.05 |
| HSL | 333.64º | 0.82% | 0.74% | - |
| HSV(B) | 333.64º | 0.44% | 0.95% | - |
| XYZ | 54.31 | 40.08 | 49.67 | - |
| YUV | 173.35 | 133.45 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 183 | 0 | 0.44 | 0.25 | 0.05 | 333.64 | 0.82 | 0.74 |
| Hex | F3 | 88 | B7 | 0 | 2C | 19 | 5 | 14E | 52 | 4A |
| Octal | 363 | 210 | 267 | 0 | 54 | 31 | 5 | 516 | 122 | 112 |
| Binary | 11110011 | 10001000 | 10110111 | 0 | 101100 | 11001 | 101 | 101001110 | 1010010 | 1001010 |
Color Harmonies of #F388B7
Complementary color
Monochromatic Colors of #F388B7
Black with #F388B7
Text Example
Text Example
White with #F388B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F388B7; }
p { color: rgb(243,136,183); }
H1.HeaderClassName
{
color: #F388B7;
}
.AnyTagClassName
{
color: #F388B7;
}
</style>
background-color css
<style>
a { background-color: #F388B7; }
a { background-color: rgb(243,136,183); }
div.DivClassName
{
background-color: #F388B7;
}
.BgClassName
{
background-color: #F388B7;
}
</style>
border-color css
<style>
span { border-color: #F388B7; }
span { border-color: rgb(243,136,183); }
td.TdClassName
{
border-color: #F388B7;
}
.TagClassName
{
border-color: #F388B7;
}
</style>