Shades of Persian Pink #F378B9
Tints of Persian Pink #F378B9
RGB
CMYK
RGB Variations
Color information
#F378B9 (or 0xF378B9) is known color: Persian Pink. HEX triplet: F3, 78 and B9. RGB value is (243,120,185). Sum of RGB (Red+Green+Blue) = 243+120+185=548 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.34% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 185 (72.66% from 255 or 33.76% from 548); Max value from RGB is 243 - color contains mainly: red. Hex color #F378B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F378B9 is #0C8746. Grayscale: #A4A4A4. Windows color (decimal): -821063 or 12155123. OLE color: 12155123.
HSL color Cylindrical-coordinate representation of color #F378B9: hue angle of 328.29º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F378B9 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 120 | 185 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.05 |
| HSL | 328.29º | 0.84% | 0.71% | - |
| HSV(B) | 328.29º | 0.51% | 0.95% | - |
| XYZ | 52.44 | 35.99 | 50.08 | - |
| YUV | 164.19 | 139.75 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 120 | 185 | 0 | 0.51 | 0.24 | 0.05 | 328.29 | 0.84 | 0.71 |
| Hex | F3 | 78 | B9 | 0 | 33 | 18 | 5 | 148 | 54 | 47 |
| Octal | 363 | 170 | 271 | 0 | 63 | 30 | 5 | 510 | 124 | 107 |
| Binary | 11110011 | 1111000 | 10111001 | 0 | 110011 | 11000 | 101 | 101001000 | 1010100 | 1000111 |
Color Harmonies of #F378B9
Complementary color
Monochromatic Colors of #F378B9
Black with #F378B9
Text Example
Text Example
White with #F378B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F378B9; }
p { color: rgb(243,120,185); }
H1.HeaderClassName
{
color: #F378B9;
}
.AnyTagClassName
{
color: #F378B9;
}
</style>
background-color css
<style>
a { background-color: #F378B9; }
a { background-color: rgb(243,120,185); }
div.DivClassName
{
background-color: #F378B9;
}
.BgClassName
{
background-color: #F378B9;
}
</style>
border-color css
<style>
span { border-color: #F378B9; }
span { border-color: rgb(243,120,185); }
td.TdClassName
{
border-color: #F378B9;
}
.TagClassName
{
border-color: #F378B9;
}
</style>