Shades of Persian Pink #F380C0
Tints of Persian Pink #F380C0
RGB
CMYK
RGB Variations
Color information
#F380C0 (or 0xF380C0) is known color: Persian Pink. HEX triplet: F3, 80 and C0. RGB value is (243,128,192). Sum of RGB (Red+Green+Blue) = 243+128+192=563 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.16% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 243 - color contains mainly: red. Hex color #F380C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F380C0 is #0C7F3F. Grayscale: #A9A9A9. Windows color (decimal): -819008 or 12615923. OLE color: 12615923.
HSL color Cylindrical-coordinate representation of color #F380C0: hue angle of 326.61º 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 #F380C0 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 128 | 192 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.05 |
| HSL | 326.61º | 0.83% | 0.73% | - |
| HSV(B) | 326.61º | 0.47% | 0.95% | - |
| XYZ | 54.2 | 38.3 | 54.41 | - |
| YUV | 169.68 | 140.6 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 128 | 192 | 0 | 0.47 | 0.21 | 0.05 | 326.61 | 0.83 | 0.73 |
| Hex | F3 | 80 | C0 | 0 | 2F | 15 | 5 | 147 | 53 | 49 |
| Octal | 363 | 200 | 300 | 0 | 57 | 25 | 5 | 507 | 123 | 111 |
| Binary | 11110011 | 10000000 | 11000000 | 0 | 101111 | 10101 | 101 | 101000111 | 1010011 | 1001001 |
Color Harmonies of #F380C0
Complementary color
Monochromatic Colors of #F380C0
Black with #F380C0
Text Example
Text Example
White with #F380C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F380C0; }
p { color: rgb(243,128,192); }
H1.HeaderClassName
{
color: #F380C0;
}
.AnyTagClassName
{
color: #F380C0;
}
</style>
background-color css
<style>
a { background-color: #F380C0; }
a { background-color: rgb(243,128,192); }
div.DivClassName
{
background-color: #F380C0;
}
.BgClassName
{
background-color: #F380C0;
}
</style>
border-color css
<style>
span { border-color: #F380C0; }
span { border-color: rgb(243,128,192); }
td.TdClassName
{
border-color: #F380C0;
}
.TagClassName
{
border-color: #F380C0;
}
</style>