Shades of Persian Pink #F381C0
Tints of Persian Pink #F381C0
RGB
CMYK
RGB Variations
Color information
#F381C0 (or 0xF381C0) is known color: Persian Pink. HEX triplet: F3, 81 and C0. RGB value is (243,129,192). Sum of RGB (Red+Green+Blue) = 243+129+192=564 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.09% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 243 - color contains mainly: red. Hex color #F381C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F381C0 is #0C7E3F. Grayscale: #AAAAAA. Windows color (decimal): -818752 or 12616179. OLE color: 12616179.
HSL color Cylindrical-coordinate representation of color #F381C0: hue angle of 326.84º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F381C0 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 129 | 192 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.05 |
| HSL | 326.84º | 0.83% | 0.73% | - |
| HSV(B) | 326.84º | 0.47% | 0.95% | - |
| XYZ | 54.33 | 38.56 | 54.45 | - |
| YUV | 170.27 | 140.27 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 129 | 192 | 0 | 0.47 | 0.21 | 0.05 | 326.84 | 0.83 | 0.73 |
| Hex | F3 | 81 | C0 | 0 | 2F | 15 | 5 | 147 | 53 | 49 |
| Octal | 363 | 201 | 300 | 0 | 57 | 25 | 5 | 507 | 123 | 111 |
| Binary | 11110011 | 10000001 | 11000000 | 0 | 101111 | 10101 | 101 | 101000111 | 1010011 | 1001001 |
Color Harmonies of #F381C0
Complementary color
Monochromatic Colors of #F381C0
Black with #F381C0
Text Example
Text Example
White with #F381C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F381C0; }
p { color: rgb(243,129,192); }
H1.HeaderClassName
{
color: #F381C0;
}
.AnyTagClassName
{
color: #F381C0;
}
</style>
background-color css
<style>
a { background-color: #F381C0; }
a { background-color: rgb(243,129,192); }
div.DivClassName
{
background-color: #F381C0;
}
.BgClassName
{
background-color: #F381C0;
}
</style>
border-color css
<style>
span { border-color: #F381C0; }
span { border-color: rgb(243,129,192); }
td.TdClassName
{
border-color: #F381C0;
}
.TagClassName
{
border-color: #F381C0;
}
</style>