Shades of Persian Pink #F379BD
Tints of Persian Pink #F379BD
RGB
CMYK
RGB Variations
Color information
#F379BD (or 0xF379BD) is known color: Persian Pink. HEX triplet: F3, 79 and BD. RGB value is (243,121,189). Sum of RGB (Red+Green+Blue) = 243+121+189=553 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.94% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 243 - color contains mainly: red. Hex color #F379BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F379BD is #0C8642. Grayscale: #A5A5A5. Windows color (decimal): -820803 or 12417523. OLE color: 12417523.
HSL color Cylindrical-coordinate representation of color #F379BD: hue angle of 326.56º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F379BD is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 121 | 189 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.05 |
| HSL | 326.56º | 0.84% | 0.71% | - |
| HSV(B) | 326.56º | 0.5% | 0.95% | - |
| XYZ | 52.98 | 36.4 | 52.38 | - |
| YUV | 165.23 | 141.42 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 121 | 189 | 0 | 0.50 | 0.22 | 0.05 | 326.56 | 0.84 | 0.71 |
| Hex | F3 | 79 | BD | 0 | 32 | 16 | 5 | 147 | 54 | 47 |
| Octal | 363 | 171 | 275 | 0 | 62 | 26 | 5 | 507 | 124 | 107 |
| Binary | 11110011 | 1111001 | 10111101 | 0 | 110010 | 10110 | 101 | 101000111 | 1010100 | 1000111 |
Color Harmonies of #F379BD
Complementary color
Monochromatic Colors of #F379BD
Black with #F379BD
Text Example
Text Example
White with #F379BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F379BD; }
p { color: rgb(243,121,189); }
H1.HeaderClassName
{
color: #F379BD;
}
.AnyTagClassName
{
color: #F379BD;
}
</style>
background-color css
<style>
a { background-color: #F379BD; }
a { background-color: rgb(243,121,189); }
div.DivClassName
{
background-color: #F379BD;
}
.BgClassName
{
background-color: #F379BD;
}
</style>
border-color css
<style>
span { border-color: #F379BD; }
span { border-color: rgb(243,121,189); }
td.TdClassName
{
border-color: #F379BD;
}
.TagClassName
{
border-color: #F379BD;
}
</style>