Shades of Persian Pink #F67CBB
Tints of Persian Pink #F67CBB
RGB
CMYK
RGB Variations
Color information
#F67CBB (or 0xF67CBB) is known color: Persian Pink. HEX triplet: F6, 7C and BB. RGB value is (246,124,187). Sum of RGB (Red+Green+Blue) = 246+124+187=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F67CBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67CBB is #098344. Grayscale: #A7A7A7. Windows color (decimal): -623429 or 12287222. OLE color: 12287222.
HSL color Cylindrical-coordinate representation of color #F67CBB: hue angle of 329.02º 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 #F67CBB is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 124 | 187 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.04 |
| HSL | 329.02º | 0.87% | 0.73% | - |
| HSV(B) | 329.02º | 0.5% | 0.96% | - |
| XYZ | 54.18 | 37.6 | 51.41 | - |
| YUV | 167.66 | 138.92 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 187 | 0 | 0.50 | 0.24 | 0.04 | 329.02 | 0.87 | 0.73 |
| Hex | F6 | 7C | BB | 0 | 32 | 18 | 4 | 149 | 57 | 49 |
| Octal | 366 | 174 | 273 | 0 | 62 | 30 | 4 | 511 | 127 | 111 |
| Binary | 11110110 | 1111100 | 10111011 | 0 | 110010 | 11000 | 100 | 101001001 | 1010111 | 1001001 |
Color Harmonies of #F67CBB
Complementary color
Monochromatic Colors of #F67CBB
Black with #F67CBB
Text Example
Text Example
White with #F67CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67CBB; }
p { color: rgb(246,124,187); }
H1.HeaderClassName
{
color: #F67CBB;
}
.AnyTagClassName
{
color: #F67CBB;
}
</style>
background-color css
<style>
a { background-color: #F67CBB; }
a { background-color: rgb(246,124,187); }
div.DivClassName
{
background-color: #F67CBB;
}
.BgClassName
{
background-color: #F67CBB;
}
</style>
border-color css
<style>
span { border-color: #F67CBB; }
span { border-color: rgb(246,124,187); }
td.TdClassName
{
border-color: #F67CBB;
}
.TagClassName
{
border-color: #F67CBB;
}
</style>