Shades of Persian Pink #F376B2
Tints of Persian Pink #F376B2
RGB
CMYK
RGB Variations
Color information
#F376B2 (or 0xF376B2) is known color: Persian Pink. HEX triplet: F3, 76 and B2. RGB value is (243,118,178). Sum of RGB (Red+Green+Blue) = 243+118+178=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 243 - color contains mainly: red. Hex color #F376B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F376B2 is #0C894D. Grayscale: #A2A2A2. Windows color (decimal): -821582 or 11695859. OLE color: 11695859.
HSL color Cylindrical-coordinate representation of color #F376B2: hue angle of 331.2º 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 #F376B2 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 118 | 178 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.05 |
| HSL | 331.2º | 0.84% | 0.71% | - |
| HSV(B) | 331.2º | 0.51% | 0.95% | - |
| XYZ | 51.48 | 35.23 | 46.21 | - |
| YUV | 162.22 | 136.91 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 118 | 178 | 0 | 0.51 | 0.27 | 0.05 | 331.2 | 0.84 | 0.71 |
| Hex | F3 | 76 | B2 | 0 | 33 | 1B | 5 | 14B | 54 | 47 |
| Octal | 363 | 166 | 262 | 0 | 63 | 33 | 5 | 513 | 124 | 107 |
| Binary | 11110011 | 1110110 | 10110010 | 0 | 110011 | 11011 | 101 | 101001011 | 1010100 | 1000111 |
Color Harmonies of #F376B2
Complementary color
Monochromatic Colors of #F376B2
Black with #F376B2
Text Example
Text Example
White with #F376B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F376B2; }
p { color: rgb(243,118,178); }
H1.HeaderClassName
{
color: #F376B2;
}
.AnyTagClassName
{
color: #F376B2;
}
</style>
background-color css
<style>
a { background-color: #F376B2; }
a { background-color: rgb(243,118,178); }
div.DivClassName
{
background-color: #F376B2;
}
.BgClassName
{
background-color: #F376B2;
}
</style>
border-color css
<style>
span { border-color: #F376B2; }
span { border-color: rgb(243,118,178); }
td.TdClassName
{
border-color: #F376B2;
}
.TagClassName
{
border-color: #F376B2;
}
</style>