Shades of Persian Pink #F378BD
Tints of Persian Pink #F378BD
RGB
CMYK
RGB Variations
Color information
#F378BD (or 0xF378BD) is known color: Persian Pink. HEX triplet: F3, 78 and BD. RGB value is (243,120,189). Sum of RGB (Red+Green+Blue) = 243+120+189=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F378BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F378BD is #0C8742. Grayscale: #A4A4A4. Windows color (decimal): -821059 or 12417267. OLE color: 12417267.
HSL color Cylindrical-coordinate representation of color #F378BD: hue angle of 326.34º 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 #F378BD is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 120 | 189 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.05 |
| HSL | 326.34º | 0.84% | 0.71% | - |
| HSV(B) | 326.34º | 0.51% | 0.95% | - |
| XYZ | 52.86 | 36.16 | 52.34 | - |
| YUV | 164.64 | 141.75 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 120 | 189 | 0 | 0.51 | 0.22 | 0.05 | 326.34 | 0.84 | 0.71 |
| Hex | F3 | 78 | BD | 0 | 33 | 16 | 5 | 146 | 54 | 47 |
| Octal | 363 | 170 | 275 | 0 | 63 | 26 | 5 | 506 | 124 | 107 |
| Binary | 11110011 | 1111000 | 10111101 | 0 | 110011 | 10110 | 101 | 101000110 | 1010100 | 1000111 |
Color Harmonies of #F378BD
Complementary color
Monochromatic Colors of #F378BD
Black with #F378BD
Text Example
Text Example
White with #F378BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F378BD; }
p { color: rgb(243,120,189); }
H1.HeaderClassName
{
color: #F378BD;
}
.AnyTagClassName
{
color: #F378BD;
}
</style>
background-color css
<style>
a { background-color: #F378BD; }
a { background-color: rgb(243,120,189); }
div.DivClassName
{
background-color: #F378BD;
}
.BgClassName
{
background-color: #F378BD;
}
</style>
border-color css
<style>
span { border-color: #F378BD; }
span { border-color: rgb(243,120,189); }
td.TdClassName
{
border-color: #F378BD;
}
.TagClassName
{
border-color: #F378BD;
}
</style>