Shades of Persian Pink #F675BB
Tints of Persian Pink #F675BB
RGB
CMYK
RGB Variations
Color information
#F675BB (or 0xF675BB) is known color: Persian Pink. HEX triplet: F6, 75 and BB. RGB value is (246,117,187). Sum of RGB (Red+Green+Blue) = 246+117+187=550 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.73% from 550); Green value is 117 (46.09% from 255 or 21.27% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 246 - color contains mainly: red. Hex color #F675BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F675BB is #098A44. Grayscale: #A3A3A3. Windows color (decimal): -625221 or 12285430. OLE color: 12285430.
HSL color Cylindrical-coordinate representation of color #F675BB: hue angle of 327.44º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F675BB is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 117 | 187 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.04 |
| HSL | 327.44º | 0.88% | 0.71% | - |
| HSV(B) | 327.44º | 0.52% | 0.96% | - |
| XYZ | 53.34 | 35.9 | 51.13 | - |
| YUV | 163.55 | 141.24 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 117 | 187 | 0 | 0.52 | 0.24 | 0.04 | 327.44 | 0.88 | 0.71 |
| Hex | F6 | 75 | BB | 0 | 34 | 18 | 4 | 147 | 58 | 47 |
| Octal | 366 | 165 | 273 | 0 | 64 | 30 | 4 | 507 | 130 | 107 |
| Binary | 11110110 | 1110101 | 10111011 | 0 | 110100 | 11000 | 100 | 101000111 | 1011000 | 1000111 |
Color Harmonies of #F675BB
Complementary color
Monochromatic Colors of #F675BB
Black with #F675BB
Text Example
Text Example
White with #F675BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F675BB; }
p { color: rgb(246,117,187); }
H1.HeaderClassName
{
color: #F675BB;
}
.AnyTagClassName
{
color: #F675BB;
}
</style>
background-color css
<style>
a { background-color: #F675BB; }
a { background-color: rgb(246,117,187); }
div.DivClassName
{
background-color: #F675BB;
}
.BgClassName
{
background-color: #F675BB;
}
</style>
border-color css
<style>
span { border-color: #F675BB; }
span { border-color: rgb(246,117,187); }
td.TdClassName
{
border-color: #F675BB;
}
.TagClassName
{
border-color: #F675BB;
}
</style>