Shades of Persian Pink #F379B7
Tints of Persian Pink #F379B7
RGB
CMYK
RGB Variations
Color information
#F379B7 (or 0xF379B7) is known color: Persian Pink. HEX triplet: F3, 79 and B7. RGB value is (243,121,183). Sum of RGB (Red+Green+Blue) = 243+121+183=547 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.42% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 243 - color contains mainly: red. Hex color #F379B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F379B7 is #0C8648. Grayscale: #A4A4A4. Windows color (decimal): -820809 or 12024307. OLE color: 12024307.
HSL color Cylindrical-coordinate representation of color #F379B7: hue angle of 329.51º 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 #F379B7 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 121 | 183 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.05 |
| HSL | 329.51º | 0.84% | 0.71% | - |
| HSV(B) | 329.51º | 0.5% | 0.95% | - |
| XYZ | 52.35 | 36.15 | 49.02 | - |
| YUV | 164.55 | 138.42 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 121 | 183 | 0 | 0.50 | 0.25 | 0.05 | 329.51 | 0.84 | 0.71 |
| Hex | F3 | 79 | B7 | 0 | 32 | 19 | 5 | 14A | 54 | 47 |
| Octal | 363 | 171 | 267 | 0 | 62 | 31 | 5 | 512 | 124 | 107 |
| Binary | 11110011 | 1111001 | 10110111 | 0 | 110010 | 11001 | 101 | 101001010 | 1010100 | 1000111 |
Color Harmonies of #F379B7
Complementary color
Monochromatic Colors of #F379B7
Black with #F379B7
Text Example
Text Example
White with #F379B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F379B7; }
p { color: rgb(243,121,183); }
H1.HeaderClassName
{
color: #F379B7;
}
.AnyTagClassName
{
color: #F379B7;
}
</style>
background-color css
<style>
a { background-color: #F379B7; }
a { background-color: rgb(243,121,183); }
div.DivClassName
{
background-color: #F379B7;
}
.BgClassName
{
background-color: #F379B7;
}
</style>
border-color css
<style>
span { border-color: #F379B7; }
span { border-color: rgb(243,121,183); }
td.TdClassName
{
border-color: #F379B7;
}
.TagClassName
{
border-color: #F379B7;
}
</style>