Shades of Persian Pink #F376B3
Tints of Persian Pink #F376B3
RGB
CMYK
RGB Variations
Color information
#F376B3 (or 0xF376B3) is known color: Persian Pink. HEX triplet: F3, 76 and B3. RGB value is (243,118,179). Sum of RGB (Red+Green+Blue) = 243+118+179=540 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45% from 540); Green value is 118 (46.48% from 255 or 21.85% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 243 - color contains mainly: red. Hex color #F376B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F376B3 is #0C894C. Grayscale: #A2A2A2. Windows color (decimal): -821581 or 11761395. OLE color: 11761395.
HSL color Cylindrical-coordinate representation of color #F376B3: hue angle of 330.72º 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 #F376B3 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 118 | 179 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.05 |
| HSL | 330.72º | 0.84% | 0.71% | - |
| HSV(B) | 330.72º | 0.51% | 0.95% | - |
| XYZ | 51.58 | 35.27 | 46.74 | - |
| YUV | 162.33 | 137.41 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 118 | 179 | 0 | 0.51 | 0.26 | 0.05 | 330.72 | 0.84 | 0.71 |
| Hex | F3 | 76 | B3 | 0 | 33 | 1A | 5 | 14B | 54 | 47 |
| Octal | 363 | 166 | 263 | 0 | 63 | 32 | 5 | 513 | 124 | 107 |
| Binary | 11110011 | 1110110 | 10110011 | 0 | 110011 | 11010 | 101 | 101001011 | 1010100 | 1000111 |
Color Harmonies of #F376B3
Complementary color
Monochromatic Colors of #F376B3
Black with #F376B3
Text Example
Text Example
White with #F376B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F376B3; }
p { color: rgb(243,118,179); }
H1.HeaderClassName
{
color: #F376B3;
}
.AnyTagClassName
{
color: #F376B3;
}
</style>
background-color css
<style>
a { background-color: #F376B3; }
a { background-color: rgb(243,118,179); }
div.DivClassName
{
background-color: #F376B3;
}
.BgClassName
{
background-color: #F376B3;
}
</style>
border-color css
<style>
span { border-color: #F376B3; }
span { border-color: rgb(243,118,179); }
td.TdClassName
{
border-color: #F376B3;
}
.TagClassName
{
border-color: #F376B3;
}
</style>