Shades of Persian Pink #F67CB1
Tints of Persian Pink #F67CB1
RGB
CMYK
RGB Variations
Color information
#F67CB1 (or 0xF67CB1) is known color: Persian Pink. HEX triplet: F6, 7C and B1. RGB value is (246,124,177). Sum of RGB (Red+Green+Blue) = 246+124+177=547 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.97% from 547); Green value is 124 (48.83% from 255 or 22.67% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 246 - color contains mainly: red. Hex color #F67CB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67CB1 is #09834E. Grayscale: #A6A6A6. Windows color (decimal): -623439 or 11631862. OLE color: 11631862.
HSL color Cylindrical-coordinate representation of color #F67CB1: hue angle of 333.93º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67CB1 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 124 | 177 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.04 |
| HSL | 333.93º | 0.87% | 0.73% | - |
| HSV(B) | 333.93º | 0.5% | 0.96% | - |
| XYZ | 53.15 | 37.18 | 45.97 | - |
| YUV | 166.52 | 133.92 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 177 | 0 | 0.50 | 0.28 | 0.04 | 333.93 | 0.87 | 0.73 |
| Hex | F6 | 7C | B1 | 0 | 32 | 1C | 4 | 14E | 57 | 49 |
| Octal | 366 | 174 | 261 | 0 | 62 | 34 | 4 | 516 | 127 | 111 |
| Binary | 11110110 | 1111100 | 10110001 | 0 | 110010 | 11100 | 100 | 101001110 | 1010111 | 1001001 |
Color Harmonies of #F67CB1
Complementary color
Monochromatic Colors of #F67CB1
Black with #F67CB1
Text Example
Text Example
White with #F67CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67CB1; }
p { color: rgb(246,124,177); }
H1.HeaderClassName
{
color: #F67CB1;
}
.AnyTagClassName
{
color: #F67CB1;
}
</style>
background-color css
<style>
a { background-color: #F67CB1; }
a { background-color: rgb(246,124,177); }
div.DivClassName
{
background-color: #F67CB1;
}
.BgClassName
{
background-color: #F67CB1;
}
</style>
border-color css
<style>
span { border-color: #F67CB1; }
span { border-color: rgb(246,124,177); }
td.TdClassName
{
border-color: #F67CB1;
}
.TagClassName
{
border-color: #F67CB1;
}
</style>