Shades of Persian Pink #F675BF
Tints of Persian Pink #F675BF
RGB
CMYK
RGB Variations
Color information
#F675BF (or 0xF675BF) is known color: Persian Pink. HEX triplet: F6, 75 and BF. RGB value is (246,117,191). Sum of RGB (Red+Green+Blue) = 246+117+191=554 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.40% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 246 - color contains mainly: red. Hex color #F675BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F675BF is #098A40. Grayscale: #A3A3A3. Windows color (decimal): -625217 or 12547574. OLE color: 12547574.
HSL color Cylindrical-coordinate representation of color #F675BF: hue angle of 325.58º 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 #F675BF is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 117 | 191 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.04 |
| HSL | 325.58º | 0.88% | 0.71% | - |
| HSV(B) | 325.58º | 0.52% | 0.96% | - |
| XYZ | 53.77 | 36.08 | 53.42 | - |
| YUV | 164.01 | 143.24 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 117 | 191 | 0 | 0.52 | 0.22 | 0.04 | 325.58 | 0.88 | 0.71 |
| Hex | F6 | 75 | BF | 0 | 34 | 16 | 4 | 146 | 58 | 47 |
| Octal | 366 | 165 | 277 | 0 | 64 | 26 | 4 | 506 | 130 | 107 |
| Binary | 11110110 | 1110101 | 10111111 | 0 | 110100 | 10110 | 100 | 101000110 | 1011000 | 1000111 |
Color Harmonies of #F675BF
Complementary color
Monochromatic Colors of #F675BF
Black with #F675BF
Text Example
Text Example
White with #F675BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F675BF; }
p { color: rgb(246,117,191); }
H1.HeaderClassName
{
color: #F675BF;
}
.AnyTagClassName
{
color: #F675BF;
}
</style>
background-color css
<style>
a { background-color: #F675BF; }
a { background-color: rgb(246,117,191); }
div.DivClassName
{
background-color: #F675BF;
}
.BgClassName
{
background-color: #F675BF;
}
</style>
border-color css
<style>
span { border-color: #F675BF; }
span { border-color: rgb(246,117,191); }
td.TdClassName
{
border-color: #F675BF;
}
.TagClassName
{
border-color: #F675BF;
}
</style>