Shades of Persian Pink #F178B2
Tints of Persian Pink #F178B2
RGB
CMYK
RGB Variations
Color information
#F178B2 (or 0xF178B2) is known color: Persian Pink. HEX triplet: F1, 78 and B2. RGB value is (241,120,178). Sum of RGB (Red+Green+Blue) = 241+120+178=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F178B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F178B2 is #0E874D. Grayscale: #A2A2A2. Windows color (decimal): -952142 or 11696369. OLE color: 11696369.
HSL color Cylindrical-coordinate representation of color #F178B2: hue angle of 331.24º degrees, saturation: 0.81, 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 #F178B2 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 120 | 178 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.05 |
| HSL | 331.24º | 0.81% | 0.71% | - |
| HSV(B) | 331.24º | 0.5% | 0.95% | - |
| XYZ | 51.03 | 35.35 | 46.25 | - |
| YUV | 162.79 | 136.59 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 120 | 178 | 0 | 0.50 | 0.26 | 0.05 | 331.24 | 0.81 | 0.71 |
| Hex | F1 | 78 | B2 | 0 | 32 | 1A | 5 | 14B | 51 | 47 |
| Octal | 361 | 170 | 262 | 0 | 62 | 32 | 5 | 513 | 121 | 107 |
| Binary | 11110001 | 1111000 | 10110010 | 0 | 110010 | 11010 | 101 | 101001011 | 1010001 | 1000111 |
Color Harmonies of #F178B2
Complementary color
Monochromatic Colors of #F178B2
Black with #F178B2
Text Example
Text Example
White with #F178B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F178B2; }
p { color: rgb(241,120,178); }
H1.HeaderClassName
{
color: #F178B2;
}
.AnyTagClassName
{
color: #F178B2;
}
</style>
background-color css
<style>
a { background-color: #F178B2; }
a { background-color: rgb(241,120,178); }
div.DivClassName
{
background-color: #F178B2;
}
.BgClassName
{
background-color: #F178B2;
}
</style>
border-color css
<style>
span { border-color: #F178B2; }
span { border-color: rgb(241,120,178); }
td.TdClassName
{
border-color: #F178B2;
}
.TagClassName
{
border-color: #F178B2;
}
</style>