Shades of Persian Pink #F379BB
Tints of Persian Pink #F379BB
RGB
CMYK
RGB Variations
Color information
#F379BB (or 0xF379BB) is known color: Persian Pink. HEX triplet: F3, 79 and BB. RGB value is (243,121,187). Sum of RGB (Red+Green+Blue) = 243+121+187=551 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.10% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 243 - color contains mainly: red. Hex color #F379BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F379BB is #0C8644. Grayscale: #A4A4A4. Windows color (decimal): -820805 or 12286451. OLE color: 12286451.
HSL color Cylindrical-coordinate representation of color #F379BB: hue angle of 327.54º 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 #F379BB is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 121 | 187 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.05 |
| HSL | 327.54º | 0.84% | 0.71% | - |
| HSV(B) | 327.54º | 0.5% | 0.95% | - |
| XYZ | 52.77 | 36.32 | 51.24 | - |
| YUV | 165 | 140.42 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 121 | 187 | 0 | 0.50 | 0.23 | 0.05 | 327.54 | 0.84 | 0.71 |
| Hex | F3 | 79 | BB | 0 | 32 | 17 | 5 | 148 | 54 | 47 |
| Octal | 363 | 171 | 273 | 0 | 62 | 27 | 5 | 510 | 124 | 107 |
| Binary | 11110011 | 1111001 | 10111011 | 0 | 110010 | 10111 | 101 | 101001000 | 1010100 | 1000111 |
Color Harmonies of #F379BB
Complementary color
Monochromatic Colors of #F379BB
Black with #F379BB
Text Example
Text Example
White with #F379BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F379BB; }
p { color: rgb(243,121,187); }
H1.HeaderClassName
{
color: #F379BB;
}
.AnyTagClassName
{
color: #F379BB;
}
</style>
background-color css
<style>
a { background-color: #F379BB; }
a { background-color: rgb(243,121,187); }
div.DivClassName
{
background-color: #F379BB;
}
.BgClassName
{
background-color: #F379BB;
}
</style>
border-color css
<style>
span { border-color: #F379BB; }
span { border-color: rgb(243,121,187); }
td.TdClassName
{
border-color: #F379BB;
}
.TagClassName
{
border-color: #F379BB;
}
</style>