Shades of Persian Pink #F675BC
Tints of Persian Pink #F675BC
RGB
CMYK
RGB Variations
Color information
#F675BC (or 0xF675BC) is known color: Persian Pink. HEX triplet: F6, 75 and BC. RGB value is (246,117,188). Sum of RGB (Red+Green+Blue) = 246+117+188=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 117 (46.09% from 255 or 21.23% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F675BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F675BC is #098A43. Grayscale: #A3A3A3. Windows color (decimal): -625220 or 12350966. OLE color: 12350966.
HSL color Cylindrical-coordinate representation of color #F675BC: hue angle of 326.98º 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 #F675BC is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 117 | 188 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.04 |
| HSL | 326.98º | 0.88% | 0.71% | - |
| HSV(B) | 326.98º | 0.52% | 0.96% | - |
| XYZ | 53.44 | 35.95 | 51.7 | - |
| YUV | 163.67 | 141.74 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 117 | 188 | 0 | 0.52 | 0.24 | 0.04 | 326.98 | 0.88 | 0.71 |
| Hex | F6 | 75 | BC | 0 | 34 | 18 | 4 | 147 | 58 | 47 |
| Octal | 366 | 165 | 274 | 0 | 64 | 30 | 4 | 507 | 130 | 107 |
| Binary | 11110110 | 1110101 | 10111100 | 0 | 110100 | 11000 | 100 | 101000111 | 1011000 | 1000111 |
Color Harmonies of #F675BC
Complementary color
Monochromatic Colors of #F675BC
Black with #F675BC
Text Example
Text Example
White with #F675BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F675BC; }
p { color: rgb(246,117,188); }
H1.HeaderClassName
{
color: #F675BC;
}
.AnyTagClassName
{
color: #F675BC;
}
</style>
background-color css
<style>
a { background-color: #F675BC; }
a { background-color: rgb(246,117,188); }
div.DivClassName
{
background-color: #F675BC;
}
.BgClassName
{
background-color: #F675BC;
}
</style>
border-color css
<style>
span { border-color: #F675BC; }
span { border-color: rgb(246,117,188); }
td.TdClassName
{
border-color: #F675BC;
}
.TagClassName
{
border-color: #F675BC;
}
</style>