Shades of Persian Pink #F67ABC
Tints of Persian Pink #F67ABC
RGB
CMYK
RGB Variations
Color information
#F67ABC (or 0xF67ABC) is known color: Persian Pink. HEX triplet: F6, 7A and BC. RGB value is (246,122,188). Sum of RGB (Red+Green+Blue) = 246+122+188=556 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.24% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 246 - color contains mainly: red. Hex color #F67ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67ABC is #098543. Grayscale: #A6A6A6. Windows color (decimal): -623940 or 12352246. OLE color: 12352246.
HSL color Cylindrical-coordinate representation of color #F67ABC: hue angle of 328.06º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67ABC is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 122 | 188 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.04 |
| HSL | 328.06º | 0.87% | 0.72% | - |
| HSV(B) | 328.06º | 0.5% | 0.96% | - |
| XYZ | 54.04 | 37.14 | 51.9 | - |
| YUV | 166.6 | 140.08 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 122 | 188 | 0 | 0.50 | 0.24 | 0.04 | 328.06 | 0.87 | 0.72 |
| Hex | F6 | 7A | BC | 0 | 32 | 18 | 4 | 148 | 57 | 48 |
| Octal | 366 | 172 | 274 | 0 | 62 | 30 | 4 | 510 | 127 | 110 |
| Binary | 11110110 | 1111010 | 10111100 | 0 | 110010 | 11000 | 100 | 101001000 | 1010111 | 1001000 |
Color Harmonies of #F67ABC
Complementary color
Monochromatic Colors of #F67ABC
Black with #F67ABC
Text Example
Text Example
White with #F67ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67ABC; }
p { color: rgb(246,122,188); }
H1.HeaderClassName
{
color: #F67ABC;
}
.AnyTagClassName
{
color: #F67ABC;
}
</style>
background-color css
<style>
a { background-color: #F67ABC; }
a { background-color: rgb(246,122,188); }
div.DivClassName
{
background-color: #F67ABC;
}
.BgClassName
{
background-color: #F67ABC;
}
</style>
border-color css
<style>
span { border-color: #F67ABC; }
span { border-color: rgb(246,122,188); }
td.TdClassName
{
border-color: #F67ABC;
}
.TagClassName
{
border-color: #F67ABC;
}
</style>